Guest User

Untitled

a guest
Nov 14th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. .size{
  2. height: 500px;
  3. width: 300px;
  4. }
  5. .Whatever{
  6. padding-top: 50px;
  7. }
  8. .container{
  9. padding: 10px;
  10. }
  11. .Titre{
  12. text-align: center;
  13. color:#321325;
  14. padding:30px;
  15. }
  16. .texte{
  17. text-align: center;
  18. padding:30px;
  19. }
  20. .menu-vertical ul{ ;
  21. list-style: none;
  22. padding:0;
  23. margin:0;
  24. float: right;
  25. }
  26. .menu-vertical ul li a {
  27. text-decoration: none;
  28. font-family: "Aubrey", "Times New Roman";
  29. background-color: #321325;
  30. color: #DBA530;
  31. display: block;
  32. width: 130px;
  33. padding: 10px;
  34. border: 2px solid #DBA530;
  35. text-align: center;
  36. height: 80px;
  37. line-height: 30px;
  38. }
  39. .menu-vertical ul li a:hover{
  40. background-color: #fff;
  41. color:black;
  42. }
  43. .contact{
  44. border:10px solid #DBA530;
  45. padding: 20px;
  46. margin: 20px;
  47. }
  48. .btn-purple{
  49. background-color:#321325;
  50. color:#DBA530;
  51. padding: 20px;
  52. margin:5px;
  53. margin-left: 50%;
  54. }
Add Comment
Please, Sign In to add comment