Advertisement
Guest User

Arduino Old CSS

a guest
Oct 21st, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. /*
  2. Created by Ian S
  3. © Copyright 2014
  4. */
  5.  
  6. body {
  7. background-color:#282b2d
  8. }
  9.  
  10. h1 {
  11. color:#eeeeee;
  12. font-family: Julius Sans One;
  13. text-align: center;
  14. font-size: 50px;
  15. padding-top: 20px;
  16. }
  17. a {
  18. color:#282b2d;
  19. text-decoration: none;
  20. font-family: Julius Sans One;
  21. background-color: #eeeeee;
  22. border-radius: 10px 10px 10px;
  23. padding: 8px;
  24. }
  25.  
  26. a:link {color: #282b2d;}
  27. a:visited {color: #282b2d;}
  28. a:hover {color: #282b2d;}
  29. a:active {color: #282b2d;}
  30. .arduino {
  31. width: 25%;
  32. position: absolute;
  33. bottom: 50px;
  34. left: 0px;
  35. }
  36.  
  37.  
  38.  
  39. @media (max-width: 400px) {
  40. html { font-size: 13px; }
  41. }
  42. @media (max-width: 350px) {
  43. html { font-size: 12px; }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement