@Facu3071Submitted over 2 years ago
My first challenge completed, i know that it not perfect but i tried it
My first challenge completed, i know that it not perfect but i tried it
Hello there! Awesome work with your first project. Viewing at your solution, I would recommend the following for you...
em
and rem
units .Both em
and rem
are flexible, scalable units.For the attribution part I would use:
.attribution {
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
width: max-content;
}
This way the attribution is always centered at the bottom of users device no matter the size.
Other then that, I think that you should focus on building more responsive designs (using relative width and height, ex. vw
, vh
). This way every user can see the website in its best form. Nonetheless, good job with this one and keep up the good work.
Hopefully this feedback helps.