Voicedrew11

Untitled

Sep 4th, 2023
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.10 KB | None | 0 0
  1. @font-face {
  2.     font-family: 'JetBrains';
  3.     src: url('JetBrainsMono.woff2') format('woff2'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  4.          url('JetBrainsMono.ttf') format('truetype'); /*   Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
  5. }  
  6.  
  7. body {
  8.   color: #cdd6f4;
  9.   background-color: black;
  10.   background-image: url('https://sadhost.neocities.org/images/tiles/purpskybg.jpg');
  11.   font-family: 'JetBrains','Helvetica', 'Arial', sans-serif;;
  12.   font-size: 133%;
  13. }
  14.  
  15. header img {
  16. position: fixed;
  17. max-width: 20%;
  18. top: 0;
  19. right: 0;
  20. }
  21. p {
  22.   color: #ffffff;
  23. }
  24. hr {
  25.   border-top: 1px solid #c731a2;
  26. }
  27. h1{
  28.   color: #ffffff;
  29. }
  30. h2{
  31.   color: #000000;
  32. }
  33. h3{
  34.   color: #ffffff;
  35. }
  36. a {
  37.   color: #2a7ec4;
  38.   text-decoration: none;
  39. }
  40. a:hover {
  41.   color: #fefefe;
  42.   background: #d85dc4;
  43. }
  44.  
  45. article {
  46.   max-width: 50vw;
  47.   min-width: 600px;
  48.   margin: 0 auto;
  49.   background: rgba(0,0,0,0.5);
  50.   padding: 5px 20px;
  51. }
  52.  
  53. footer a {
  54. position: fixed;
  55. left: 0;
  56. bottom: 0;
  57. margin: 10px;
  58. }
  59.  
  60. .metadiv{
  61. text-align: center;
  62. display: flex;
  63. }
  64. .metadiv img {
  65. width: 32px;
  66. height: 32px;
  67. }
Add Comment
Please, Sign In to add comment