Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. #main-header #banniereTitre {
  2. background-image: url('../banniere.jpg');
  3. overflow: hidden;
  4. left: 50%;
  5. font-family: 'Sofia';
  6. color: white;
  7. padding: 20px;
  8. background-position:-1150px;
  9. }
  10.  
  11.  
  12. #main-header #banniereTitre h1{
  13. font-size: 4em;
  14. margin-left: 100px;
  15. }
  16.  
  17. #main-header #banniereTitre span{
  18. font-size: 2em;
  19. margin-left: 100px;
  20. /* depalcer le site mousse */
  21.  
  22. }
  23.  
  24.  
  25.  
  26. .menu {
  27.  
  28. margin-top: 25px;
  29. display: flex;
  30. justify-content: space-around;
  31. }
  32.  
  33. .menu a {
  34. padding: 10px;
  35. background-color: #322B1B;
  36. color: white;
  37. font-size: 1.5em;
  38. text-decoration: none;
  39. }
  40.  
  41. .menu #active{
  42. color: orange;
  43. /* le dessous du background*/
  44.  
  45. }
  46.  
  47.  
  48.  
  49. .bannierePub #txtPub{
  50. /*color: white;*/
  51. font-family: 'Indie Flower';
  52. font-size: 2.5em;
  53. transform: rotate(-120deg);
  54.  
  55. }
  56.  
  57.  
  58. .bannierePub h2{
  59. text-align: center;
  60. font-size: 4em;
  61. font-weight: bold;
  62. }
  63.  
  64. .bannierePub span{
  65. font-size: 2em;
  66. text-align: center;
  67. background-image: url("../annonce.png");
  68.  
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement