-
-
Save luiz/55e13f9b064f01181093 to your computer and use it in GitHub Desktop.
Untitled
This file contains 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
.container { | |
border: 2px solid black; | |
text-align-last: justify; | |
margin: 0; | |
padding: 0; | |
} | |
.content { | |
width: 20%; | |
display: inline-block; | |
height: 100px; | |
background-color: red; | |
list-style: none; | |
font-size: 2em; | |
text-align: center; | |
text-align-last: auto; /* reset container's */ | |
line-height: 100px; | |
color: white; | |
} |
This file contains 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
<ul class="container"> | |
<li class="content">Blah</li> | |
<li class="content">Bleh</li> | |
<li class="content">Blih</li></ul> |
This file contains 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
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment