Michaeldremy
@MichaeldremyAll solutions
- Submitted 3 days ago
Recipe Page + CSS Flexbox
- HTML
- CSS
I used a media query and wrapped a div around the img tag in order to get the image to go across the screen. I applied padding to the wrapped div and then removed the padding when on a smaller screen. Please provide feedback if there is a better way.
I am not super familiar with using local fonts and importing them using
@font-face
. I tried to reduce the reuse offont-family
but creating a heading and subheading class with different colors, and font-family.Please provide any other feedback!
- Submitted 3 days ago
Social Links Profile Page - CSS Flexbox (Semantic HTML)
- HTML
- CSS
I am really looking to improve my Semantic HTML, please provide feedback.
Provide any other feedback and I will take it into consideration, thanks!
- Submitted 3 days ago
CSS Flexbox + Figma Design - Blog Preview Card
- HTML
- CSS
I created a class called "card-container" and put it on the main HTML element. Would it be better to create a div or section and give it a class rather then adding that class on the main tag?
I added the colors to the :root of the CSS file for reusability. What is the proper way to do it for font-family or font-weights?
Basically how can I improve reusability using CSS variables?
- Submitted 4 days ago
HTML/CSS Flexbox + Figma Design
- HTML
- CSS
I would like to know if targeting the body for background color was correct or should I have made a container and wrapped my HTML in that container.
How can I improve my class naming.
Is there a way to streamline my CSS? (I kept the styles in the style tag intentionally)