Advertisement
Guest User

ONGLET DE MERDE QUI VEUT PAS CE CALLER OU JE VEUT

a guest
Nov 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. CSS :
  2.  
  3.  
  4. nav ul
  5. {
  6. list-style-type: none;
  7. display: -webkit-flex;
  8. align-self: flex-end;
  9. }
  10.  
  11. nav li
  12. {
  13. margin-right: 15px;
  14. }
  15.  
  16. nav a
  17. {
  18. font-size: 1.3em;
  19. color; #FFF;
  20. padding-bottom: none;
  21. text-decoration: none;
  22. }
  23.  
  24. nav a:hover
  25. {
  26. color: #25D9A4FF;
  27. border-bottom: 1px solid #25D9A4FF;
  28. }
  29.  
  30. .relative1 {
  31. position: relative;
  32. }
  33. .relative2 {
  34. position: relative;
  35. top: -20px;
  36. left: 640px;
  37. width: 290px;
  38. text-align: right;
  39.  
  40.  
  41.  
  42. html:
  43. <div class="relative2">
  44. <nav>
  45. <ul>
  46. <li><a href="https://xk.is" target="_blank">Accueil</a></li>
  47. <li><a href="https://xk.is/contact" target="_blank">Contact</a></li>
  48. <li><a href="https://dru.wtf" target="_blank">Le Sang</a></li>
  49. </ul>
  50. </nav>
  51. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement