Judge Micko S. Silvestre
@mickoymouseAll solutions
Markdown Editor
#react#tailwind-cssPSubmitted 9 months agoNone so far. Pretty satisfied with what I have. That being said, any constructive criticism or feedback is much appreciated.
Pomodoro App
#react#tailwind-cssPSubmitted 10 months agoA good resource on dealing with shapes, svgs, clippaths, etc., would be really appreciated. I am finding it hard to find resources that I am able to digest. It just all seems complicated to me at the moment.
Password Generator
#react#tailwind-cssPSubmitted 10 months agoIf someone can point me to some general article or resource that is a good read in terms of browser support for this kind of custimization (webkit, moz, etc) that would be great!
Testimonials with CSS Grids
PSubmitted 12 months agoI tried using data attributes to dynamically (sort of) color my cards and paragraphs inside it. I was wondering if there's a clean way to right the css part without copy pasting it. Maybe some sort of mapping or something similar? If anybody can nudge me in the right direction that would be appreciated!
As always, feedbacks are much appreciated!
Four Card - Pure CSS
PSubmitted 12 months agoJust want some clarifications or nudge in the right direction on why my page wont vertically align.
I am using grid with place-content: center which works for me in most cases but not on this one. I am pretty sure I am just missing something but I can't seem to figure it out.
Any feedback is appreciated!
Product Preview Card w/ Pseudo elements, Data Attributes, and more!
#accessibilityPSubmitted 12 months agoI'd like to have feed back on the way I added screen reader support through a visually hidden class that I came across with from CSS tricks website.
Additionally, feedback for my semantic usage is appreciated as well. That is something I am trying to improve as I do more of these challenges.
Feedbacks are super appreciated. Thanks!
Social links profile solution
PSubmitted 12 months agoSince this is a single page only I opt out in using h1 on the name as my main title. Also on my markup, I also just use a div for the card. But I was wondering if article is better? Since I can imagine this can be put in any website to an aside or a list of some sort since content is independent and reusable.
I am still learning the dos and don't of html semantics and I wanna make sure what I am making a habit of doing are the right practice.
Feedbacks are highly appreciated. Thank you!
HTML and CSS Foundation
PSubmitted 12 months agoAs usual, mark ups and whatnot.
I used an article since I thought this can be put in any website as a standalone component. Not sure if my assumption is right but from what I've learned so far it should be. Please let me know otherwise.
Feedbacks are greatly appreciated!
QR Code
PSubmitted 12 months agoHopefully I used the right semantics on this simple project. Any feedback in regards to that is highly appreciated!
Workit - Responsive landing Page
PSubmitted 12 months agoIf someone could point me into an article or a yt video in regards with the following:
- Creating the arc like at the bottom of the div. I've search a bit and found that I could've use path but I couldn't grasp the values inside it so I just did a trial and error using pseudo-elements for now.
- The positioning of the founder section wherein you have an image and some text. I couldn't figure out to have a fully responsive solution so for now I opted out in doing some max-width of some sort so it doesn't look ugly at some breakpoints.
Any help in finding materials for the above is greatly appreciated!
Recipe page using Flex, Grid, and some pseudo elements
PSubmitted 12 months agoI am still having trouble with learning to properly structure my html document so any feedback on that is much appreciated!