+ 1
How to align header ,footer,aside?
How to align header ,footer,aside? For example:header to top.footer to bottom and aside to right or left side?
2 Antworten
- 1
thanks
+ 3
An easy way to align things in CSS nowadays is using CSS Grid. On the first page you will see several examples, and in the second you will find information about the Grid
https://gridbyexample.com/examples/
https://css-tricks.com/snippets/css/complete-guide-grid/