Advertisement
willdotjpg

notion.css

Jun 25th, 2023 (edited)
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.89 KB | Source Code | 0 0
  1. * {
  2.     margin: 0;
  3.     padding: 0;
  4.     font-family: sans-serif;
  5. }
  6.  
  7. a:visited {
  8.     color: #D0484B;
  9. }
  10.  
  11. .icon {
  12.     width: 100px;
  13.     height: 100px;
  14.     border-radius: 20px;
  15.     position: absolute;
  16.     border: 1px solid grey;
  17.     background-image: url('https://willdotjpg.gay/images/misc/jp2.png');
  18.     background-repeat: no-repeat;
  19.     background-size: contain;
  20.     background-color: lightgoldenrodyellow;
  21.     background-position: center;
  22.     margin-left: 100px;
  23.     margin-top: 140px;
  24. }
  25.  
  26. .header {
  27.     width: 100%;
  28.     height: 200px;
  29.     background-image: url('https://willdotjpg.gay/images/backgrounds/c0653d667d904006dbccef373a82776641dcae96.png');
  30.     background-repeat: repeat;
  31. }
  32.  
  33. .headertxt {
  34.     position: absolute;
  35.     margin-top: 240px;
  36.     margin-left: 100px;
  37.     font-size: 21px;
  38. }
  39.  
  40. .column1 {
  41.     width: 300px;
  42.     height: 750px;
  43.     margin-left: 100px;
  44.     margin-top: 95px;
  45.     background-color:
  46.    
  47. }
  48.  
  49. .column2 {
  50.     width: 850px;
  51.     height: 750px;
  52.     position: absolute;
  53.     margin-top: -750px;
  54.     margin-left: 450px;
  55. }
  56.  
  57. .quote {
  58.     background-color: #FAFFC6;
  59.     height: 66px;
  60.     width: 535px;
  61.     position: absolute;
  62.     margin-left: 310px;
  63.     font-style: italic;
  64.     color: #555;
  65.     text-align: center;
  66.     padding-top: 10px;
  67. }
  68.  
  69. .links {
  70.     width: 535px;
  71.     height: 460px;
  72.     position: absolute;
  73.     margin-left: 310px;
  74.     margin-top: 85px;
  75.     box-sizing: border-box;
  76. }
  77.  
  78. .column3 {
  79.     width: 300px;
  80.     height: 750px;
  81.     position: absolute;
  82.     margin-top: -750px;
  83.     margin-left: 1350px;
  84. }
  85.  
  86. .cal {
  87.     width: 200px;
  88.     height: 200px;
  89.     border: none;
  90. }
  91.  
  92. a {
  93.     text-decoration: none;
  94.     color: #F7941D;
  95. }
  96.  
  97. h1 {
  98.     background-color: bisque;
  99.     text-align: center;
  100.     font-size: 25px;
  101. }
  102.  
  103. h2 {
  104.     font-weight: 100;
  105.     font-size: 20px;
  106. }
  107.  
  108. li {
  109.     margin-left: 15px;
  110.     list-style: none;
  111. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement