@agustinburneSubmitted about 2 years ago
Hi! I'm a beginner in this. Feedback welcome :)
Hi! I'm a beginner in this. Feedback welcome :)
Hi @agustinburne, Your solution looks fantastic!!
I did catch some bugs on your css you have
h2{
color: hsl(218, 44%, 22%);
font-weight: 700;
font-size: 2rem;
}
and I think it should be:
h1{
color: hsl(218, 44%, 22%);
font-weight: 700;
font-size: 2rem;
}
on my solution I use "px" instead of "%" for "border-radius".