ManPP
@WhitezerDAll solutions
- Submitted about 2 months ago
Testimonials Grid Section
- HTML
- CSS
Everything as this community will point out.
- Submitted about 2 months ago
Frontend Mentor: Four-Cards-Feature
- HTML
- CSS
-When i used media-queries, the icons of two cards were out of place. I don't know why it occurred. So i have to adjust their top on the media queries like this
.service-team-builder .img--service-icon , .service-calculator .img--service-icon { top: 5%; }
-I need a bit help of naming convention on CSS selector which i tried to follow BEM (Block, Element, Modifier). I think what i used so far was not corrected.
- Submitted about 2 months ago
Frontend Mentor : Product Preview Card
- HTML
- CSS
From the challenges so here were the problems
- I have a problem to figure out how to make equal width of the two sections equal. -I have tried to use flex-grow for each one and set flex-basis to 0 but it doesn't work. -The solution i've use, i don't think it's the best approach. -What's the best way to adjust width on the element according to my project. and should use rem or em. because no matter what it was inherit from their parent (in this case was html) -I saw the proper line-height settings here : https://www.joshwcomeau.com/css/custom-css-reset/ and i use this for my css rules
- { line-height: calc(1em + 0.5rem); }
But the line height of my h1 was overlap. so i adjust it manually after CSS reset. So i still don't clear how to use this rule properly.
- Submitted 2 months ago
Social-Link-Profile
- HTML
- CSS
1.Semantic tags 2.Width, Height adjustment 3.All of the missing parts i didn't notice