Latest comments
- @SilvestrLee@AnaLuisaFav
Hey!! You did a great job 🎉
Just a suggestion. To center the white-bg, you cold do in
.container
:height: 100vh;
align-content: center;
display: flex;
flex-wrap: wrap;
then the
white.bg
won't needheight: 10;
width: 300px;
andmargin: auto
.=)
- @JuanDiegoCamposNeira@AnaLuisaFav
Hey! Congrats, great job! 🎉
Just a suggestion:
You could include in the .attribution (your footer) the absolute position, bottom 0 and padding 5, to be more aligned! Like this:
.attribution { font-size: 11px; text-align: center; bottom: 0; position: absolute; padding: 5px; }