@Nevin-SibySubmitted over 1 year ago
First project on Frontend mentorship. It was quite easy challenge.
First project on Frontend mentorship. It was quite easy challenge.
add background color not only for a div, try this: body{ margin: 0px; background-color: hsl(212, 45%, 89%); }
add to your main class this:
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
for center component hotizontal and verticall