Advertisement
Guest User

Untitled

a guest
Aug 28th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. ul.upper {
  2.     margin: 0;
  3.     padding: 4px;
  4. }
  5. ul.upper li{
  6.     display: inline;
  7. }
  8. ul.bottom {
  9.     margin: 0;
  10.     padding: 4px;
  11. }
  12. ul.bottom li{
  13.     display: inline;
  14.     left: 0;
  15.     bottom: 0;
  16.     vertical-align: bottom;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement