Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. body {
  2. background-color: #eae3ce;
  3. font-family: 'test';
  4. }@font-face { font-family: 'test'; src: url('BebasNeue-Regular.ttf') format('truetype'); }
  5. .logo {
  6. margin-top: 80px;
  7. margin-bottom: 40px;
  8. width: 280px;
  9. height: 99px;
  10. }
  11. .foto {
  12. width: 290px;
  13. height: 200px;
  14. margin-bottom: 20px;
  15.  
  16. }
  17. .menu {
  18. font-size: 30px;
  19. line-height: 30px;
  20. color: dimgray;
  21. }
  22. a {
  23. text-decoration: none;
  24. color: dimgray;
  25. }
  26. .impressum {
  27. font-size: 20px;
  28. line-height: 20px;
  29. color: black;
  30. margin-top: 40px;
  31. margin-bottom: 40px; margin: 200px;
  32. }
  33. .wartung {
  34. font-size: 20px !important;
  35. line-height: 10px;
  36. color: black;
  37. margin-top: 100px;
  38. margin-bottom: 40px;
  39. }
  40. .footer {
  41. position: fixed;
  42. left: 0;
  43. bottom: 0;
  44. width: 100%;
  45. color: dimgray;
  46. text-align: center;
  47. }
  48. #some-element {
  49. display: none;
  50. font-size: 25px;
  51. padding: 5px;
  52. text-transform: uppercase;
  53. }
  54.  
  55. #some-div:hover #some-element {
  56. display: block;
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement