Advertisement
Guest User

Untitled

a guest
May 26th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ul#menu_horizontal li {
  2. display : inline;
  3. padding : 0 0.5em; /* Pour espacer les boutons entre eux */
  4. }
  5. ul#menu_horizontal {
  6. list-style-type : none; /* Car sinon les puces se placent n'importe où */
  7. }
  8. #menu {
  9. background-color: aqua;
  10. position: fixed;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement