Difference between revisions of "Joe's pizza and beer/Employees"
Jump to navigation
Jump to search
imported>Anabelle |
imported>Keris m |
||
Line 1: | Line 1: | ||
<css> | <css> | ||
− | . | + | .EmployeeHeader { |
margin : 2em; | margin : 2em; | ||
font-color : black; | font-color : black; | ||
Line 10: | Line 10: | ||
} | } | ||
− | . | + | .EmployeeSubHeader { |
font-weight : bold; | font-weight : bold; | ||
font-size : 10pt; | font-size : 10pt; | ||
Line 17: | Line 17: | ||
} | } | ||
− | . | + | .EmployeeDetail { |
font-size: 10pt; | font-size: 10pt; | ||
margin-top: 0.5em; | margin-top: 0.5em; | ||
} | } | ||
− | # | + | #Employees ul { |
display : table; | display : table; | ||
list-style : none; | list-style : none; | ||
} | } | ||
− | # | + | #Employees li { |
display : table-row; | display : table-row; | ||
} | } | ||
− | # | + | #Employees li:nth-child(odd):before { |
display : table-cell; | display : table-cell; | ||
content : '\1F37A'; | content : '\1F37A'; | ||
Line 40: | Line 40: | ||
} | } | ||
− | # | + | #Employees li:nth-child(even):before { |
display : table-cell; | display : table-cell; | ||
content : '\1F37B'; | content : '\1F37B'; | ||
Line 50: | Line 50: | ||
</css> | </css> | ||
− | <div id=" | + | <div id="Employees"> |
− | <div class=" | + | <div class="EmployeeHeader">PCs</div> |
* '''[[Joe]]''' | * '''[[Joe]]''' | ||
Line 62: | Line 62: | ||
− | <div class=" | + | <div class="EmployeeHeader">NPCs</div> |
* '''Henry''' | * '''Henry''' | ||
::'''Server.''' The good-natured flirty one. | ::'''Server.''' The good-natured flirty one. |