Advertisement
Guest User

MED'S AWESOME PAGE CODE 2

a guest
Jul 16th, 2023
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 3.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <link rel="shortcut icon" href="{FAVICON GOES HERE}">
  7.     <title>MED'S AWESOME PAGE CODE 2</title>
  8.  
  9. <!--Hiya! This quick page theme was by me, Med! You can find me at tsuinosora.neocities.com. This is just a quick layout I made for personal use, credit is appreciated but not needed since this was mostly made in one day. Some general information:
  10.  * The font used for the body is Fira Sans and the font used for links, h1, and h2 is Pangolin, you may want to change it! I used google fonts but I'm sure there's other ways to do so.
  11.  * Feel free to edit to hell and back!
  12.  * You could probaby add a scrollbar for the text box! I chose not to because I am on Firefox and it looks ugly but feel free to add it in yourself!
  13.  * This page is VERY MUCH not mobile friendly, sorry OTL
  14.  * The div id for the transparent corner image is "animetransparenthere", if you don't want an image in the corner of the screen.
  15.  * Wow this looks a lot like those redux edit themes, huh. That wasn't intentional, I just wanted a quick page theme I could fit a ton of text on easily, I promise! It's not my fault I joined kinblr in 2014 and still have brainrot :(
  16.  * I have a 1280x1024 monitor! It may look different on yours :3-->
  17.  
  18. <link rel="preconnect" href="https://fonts.googleapis.com">
  19. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  20. <link href="https://fonts.googleapis.com/css2?family=Fira+Sans&family=Pangolin&display=swap" rel="stylesheet">
  21.  
  22. <style>
  23.  
  24. body{
  25.   background-color:#FFDAEA;
  26.   background-image:url("{BACKGROUND IMAGE URL GOES HERE");
  27.   font-family: 'Fira Sans', sans-serif;
  28. }
  29.  
  30. #containment{
  31.   margin:auto;
  32.   width:900px;
  33.   position:relative;
  34.   top:0px;
  35.   }
  36.  
  37. #textbox{
  38.   margin:auto;
  39.   padding:3px;
  40.   font-size:16px;
  41.   width:600px;
  42.   background-color:#fff;
  43.   color:#000;
  44.   border:2px solid #FFBBD6;
  45.   border-radius:10px;
  46.   position:absolute;
  47.   left:25px;
  48.   box-shadow: 2px 2px 2px #aaaaaabf;
  49. }
  50.  
  51. #links{
  52.   text-align:left;
  53.   padding:3px;
  54.   margin:auto;
  55.   font-size:16px;
  56.   width:200px;;
  57.   background-color:#fff;
  58.   color:#000;
  59.   border:2px solid #FFBBD6;
  60.   border-radius:10px;
  61.   position: absolute;
  62.   right:25px;
  63.   box-shadow: 2px 2px 2px #aaaaaabf;}
  64.  
  65. h1{
  66.   text-align:left;
  67.   text-shadow: 2px 2px 2px #aaaaaabf;
  68.   font-size:50px;
  69.   font-family: 'Pangolin', cursive;
  70.   color:#432824;
  71. }
  72.  
  73. h2{
  74.   font-size:25px;
  75.   font-family: 'Pangolin', cursive;
  76.   color:#99D785;}
  77.  
  78. a{
  79.   font-family: 'Pangolin', cursive;
  80.   color:#E5819B;
  81. }
  82.  
  83. a:hover{
  84.   color:#99D785;
  85. }
  86.  
  87. #animetransparenthere{
  88.   position:fixed;
  89.   right:0px;
  90.   bottom:0px;}
  91.  
  92. </style>
  93.  
  94. </head>
  95.  
  96.   <body>
  97.   <div id="containment"><h1>TESTING . . .</h1>
  98.   <div id="textbox"><p><h2>cool title brah</h2>
  99.   <p>This is a test box to show how much text I can fit on this text box! Wowie! SO many words! I love typing and the feeling of keyboard keys clicking under my fingers as I type a lot of text.</p>
  100.   <p>Everyone loves how good at typing I am, and I am a very special internet user! Yippie!!</p>
  101.   <p>Words! Girls love them!!!</p>
  102.   <p>So anyways, this text box can hold a lot of text! Yay! You could probably use it to make blog posts or something and have the links on the side lead to next or previous or archive or home something like that? Could also use it for a button wall or a blinkie wall or something. The world is your burrito! Live dangerously! Whatever that dude from The World Ends With You said!</p></div>
  103.   <div id="links"><center>Woah, some more text! Maybe you could put a short description here? Or an icon above this?</center>
  104.   <a href="#">test text</a><br>
  105.   <a href="#">test text</a><br>
  106.   <a href="#">test text</a><br>
  107.   <a href="#">test text</a><br></div></div>
  108.   <div id="animetransparenthere"><img src="{CORNER IMAGE GOES HERE}"></div>
  109.   </body>
  110. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement