Advertisement
FlugzeugAUT

Untitled

May 7th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ul{
  2. list-style-type:none;
  3. width: 10%;
  4. margin:0;
  5. padding:0;
  6. right: 20px;
  7.  
  8. }
  9. li{float: left;
  10. }
  11.  
  12. .a1{
  13. display:block;
  14. background-color:grey;
  15. height: 35px;
  16. color:white;
  17. text-decoration:none;
  18. text-align:center;
  19. font-weight:bold;
  20. font-size: 22px;
  21. }
  22.  
  23. .a1:active, a:hover{
  24. background-color:black;
  25. }
  26.  
  27. .Flaggen{
  28. right: 10px;
  29.  
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement