Guest User

Untitled

a guest
Jul 16th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. ul {
  2. list-style-type: none;
  3. margin: 0;
  4. padding: 0;
  5. }
  6.  
  7. li {
  8. display: flex;
  9. justify-content: center;
  10. align-items: center;
  11. height: 60px;
  12. }
  13.  
  14. li:hover {
  15. opacity: 0.7;
  16. }
  17.  
  18. li > span {
  19. flex: 0 0 100px;
  20. text-align: left;
  21. margin-left: 10px;
  22. }
Add Comment
Please, Sign In to add comment