Posts by Danylo Santoro • 36 points
2 posts
-
0
votes4
answers5422
viewsA: I can’t center an ul inside the div
If I understand correctly you can set a text-align: center in the div PAI of your UL and UL setar it as display: inline-block.
-
2
votes2
answers361
viewsA: Float does not work correctly
You need to note that most layouts feature a "useful area" that is most often 960 to 1000 px. Wrap your code in a container div, arrow a max width and assign a margin: 0 auto to center it.