Latest solutions
Latest comments
- @oliversteidelSubmitted almost 4 years ago@ianbrdeguzmanPosted almost 4 years ago
Hello Oliver!
I had the same problem with the flags. Then I found out about CSS property object-fit. More info here. https://developer.mozilla.org/en-US/docs/Web/CSS/object-fit
0 - @KerdaelSubmitted about 4 years ago@ianbrdeguzmanPosted about 4 years ago
Hello Cedric mate,
First off congratulations! To center your footer you can use position absolute with transform translate:
position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
0 - @ianbrdeguzmanSubmitted about 4 years ago@ianbrdeguzmanPosted about 4 years ago
Hello Samuel,
Thank you for taking time to write a feedback really appreciate it.🙏
I guess I was only thinking of what I'm currently coding and not the whole picture😂. That's a great tip will take note of it and have a nice day!
0