Guest User

Untitled

a guest
Apr 24th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. body {
  2. background-color:#CACACA;
  3. background-image:url(hori.png);
  4. margin-left:330px;
  5. }
  6. h1 {
  7. text-align:center;
  8. color:green;
  9. font-style:italic;
  10. text-shadow:1px 1px 1px black;
  11. }
  12. h2{
  13. text-decoration:none;
  14. border-bottom:1px solid green;
  15. }
  16. a:hover {
  17. background-color:#DDFFDD;
  18. font-weight:bold;
  19. }
  20. #calendrier {
  21. margin-top:200px;
  22. width:320px;
  23. }
  24. fieldset{
  25. border-radius: 0.5em;
  26. }
Add Comment
Please, Sign In to add comment