- struggled in setting margins and paddings of buttons.
- difficulity in setting the height of the card.
Visit live page on Text
Visit live page on Text
Just remove the heights in .social-card like min-height,max-height, height. Add padding 2.3em,1.5em in .social-card and add margin in <main> 20px auto. It will look better.
The problem I really encounter while coding this is my inability to develop a general css code for all selector. how can I improve on that?
Good work. I think you need to change the background image when you hover over the pic, the pic is not clear. add background: url(images/image-equilibrium.jpg), url(images/icon-view.svg), rgba(62, 255, 207, 0.2) (color can be anything you like) ;
to the image:hover and also add background-blend-mode: overlay;
. The overlay will work. Hope it helps, happy coding
Feedbacks are needed to be better. Please drop a feedback 🤗🤗🤗
Add media query for mobile for example @media (max-width : 600px) { } In between curly braces you can change the style or width/height of the element just like you normally do for the desktop. To know more: https://www.w3schools.com/css/css_rwd_mediaqueries.asp
Feedbacks are needed to be better. Please drop a feedback 🤗🤗🤗
Just a suggestion, make the paragraph just below the profile pic a little less font size and make it bold. It would be better if you add font-family according to the design and also make it mobile responsive, other than that it's good. Keep it up and Happy coding :)