Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. body {
  2. background-color: #1E90FF;
  3. color: #4a4a4a;
  4. font-family: 'open-sans', sans-serif;
  5. font-size: 16px;
  6. line-height: 1.2;
  7. </style>
  8. </head>
  9. <body>
  10. <meta name="viewport" content="width=device-width, initial-scale=1">
  11. <style>
  12. a {
  13. color: #2D9CDB;
  14. font-family: 'open-sans', sans-serif;
  15. font-weight: 700;
  16. }
  17. body {
  18. margin: 0;
  19. font-family: Arial, Helvetica, sans-serif;
  20. }
  21.  
  22. .topnav {
  23. overflow: hidden;
  24. background-color: #d3d3d3;
  25. }
  26.  
  27. ul {
  28. position: fixed;
  29. top: 0;
  30. width: 100%;
  31. }
  32.  
  33. .topnav a {
  34. float: left;
  35. color: #000000;
  36. text-align: center;
  37. padding: 10px 12px;
  38. text-decoration: none;
  39. font-size: 20px;
  40. }
  41.  
  42. .topnav a.active {
  43. background-color: #white;
  44. color: white;
  45. }
  46. #content {
  47. position:relative;
  48. }
  49.  
  50. #upper_right {
  51. position: absolute;
  52. top: 0;
  53. right: 0%;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement