Last active
December 21, 2016 23:21
-
-
Save inooid/3ae66033f7c8b0ee731b25ceb8134fa2 to your computer and use it in GitHub Desktop.
Helping out someone's css assignment for uni
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#about ul { | |
display: flex; | |
justify-content: center; | |
flex-wrap: wrap; | |
} | |
#about li{ | |
max-width: 230px; | |
margin: 10px; | |
} |
Author
inooid
commented
Dec 21, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment