Ye-Won Seo
@yaywonahAll solutions
Article Preview Component with JS
Submitted 3 months agoI'm having trouble aligning the share button with the user pic and name/date on the bottom of the card, especially in mobile view. I'm guessing that it's because I coded the share-btn in a separate div from the info in my HTML?
As for desktop view: I'm stumped on why the bottom of the container is falling off in the generated screenshot. It looks normal on my desktop. I think it's because of how I used the margin to push everything down.
testimonials grid using css grid
Submitted 4 months agoThere's a bit of white space left on the bottom of the cards with shorter reviews. I tried messing with font-size and padding/margin to get it closer to the final design imgs, but there's still a bit of space left in Jeanette's card.
Also, I used the colors in the provided styles md, but they still look off compared to the final design.
Four Card Feature SEction
Submitted 5 months agoAny redundancies in my code! Also, I'd like to know if my CSS is easy to follow along. I'm thinking of switching to coding all the typography in the beginning and then the rest, instead of coding each part as it appears in the design file.
Also, any suggestions on how to fix my box shadow so that it looks more like the design would be very helpful.
Product Preview Card
Submitted 5 months agoI keep getting a small amount of white space between the bottom of the img and the end of the product card when viewed via desktop. I'd like to know how others went about planning the height of their product card, and if they used px or a more responsive unit of measurement.
Recipe Card
Submitted 6 months agoI did choose to use to emulate the line breaks in the design, but I'm curious to see if there's a better or neater way to accomplish that with another kind of CSS. I'd also like to know if I used the table html correctly for the nutrition information section.
Social Links Profile Solution
Submitted 6 months agoI saw that the pointer cursor in the active states screenshot was black as opposed to white. Is there a way to style the cursor: pointer in CSS to be black? Or does it have to be a custom pointer: url()?
Blog Preview Card Using HTML/CSS
Submitted 6 months agoAny redundancies or unclear code in my CSS or HTML. Whether or not I could have used a better way to code my project.