Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. .img {
  2. display: block;
  3. margin-left: auto;
  4. margin-right: auto;
  5. width: 40%;
  6. margin-top: 1%;
  7. }
  8.  
  9. .titleheader {
  10. display: block;
  11. margin-left: 20%;
  12. margin-right: 20%;
  13. color: darkblue;
  14. font-family: 'Raleway';
  15. font-size: 40px;
  16. text-align: center;
  17. letter-spacing: 3px;
  18. font-weight: 100;
  19. }
  20.  
  21.  
  22. ul#menu li {
  23. list-style-type: none;
  24. display: inline;
  25. }
  26.  
  27. .column {
  28. float: left;
  29. width: 25%;
  30. font-family: 'Athiti';
  31. color: mediumblue;
  32. text-align: center;
  33. }
  34.  
  35. .row:after {
  36. content: "";
  37. display: table;
  38. clear: both;
  39. }
  40.  
  41. .row {
  42.  
  43. }
  44.  
  45. a, a:visited, a:hover, a:active {
  46. color: inherit;
  47. text-decoration: none;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement