Guest User

style.css

a guest
Oct 24th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. body {
  2. color: #bbb;
  3. margin: 0px;
  4. }
  5.  
  6. input {
  7. width: 100%;
  8. background-color: #000;
  9. text-align: center;
  10. color: #bbb;
  11. border-width: 0px;
  12. }
  13.  
  14. #clock {
  15. position: absolute;
  16. left: 1em;
  17. top: 1em;
  18. font-size: 10em;
  19. align-items: center;
  20. }
  21.  
  22. #bookmarks {
  23. position: absolute;
  24. width: 6em;
  25. top: 24em;
  26. left: 83em;
  27. }
  28.  
  29. #links {
  30. position: absolute;
  31. bottom: 10em;
  32. width: 50em;
  33. left: 10em;
  34. }
  35.  
  36. .bookmark {
  37. font-size: 20px;
  38. color: #bbb;
  39. font-weight: 100;
  40. text-decoration: none;
  41. padding-right: 0.5em;
  42. }
  43.  
  44. #container {
  45. color: #bbb;
  46. width: 100%;
  47. height: 100%;
  48. display: flex;
  49. justify-content: top;
  50. flex-direction: column;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment