Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>title here</title>
- <link rel="stylesheet" href="filename.css">
- <link rel="icon" href="filename.png" type="image/x-icon">
- </head>
- <body>
- <div class="wrap">
- <div class="container">
- <!--header-->
- <div class="head">
- <h1>Winters are cuter.</h1>
- </div>
- <div class="m">
- <marquee>put anything here!</marquee>
- </div>
- <div class="flex">
- <div class="sidebar">
- <div class="clock">
- <img src="https://64.media.tumblr.com/bd82f5bd9dcf2073b5ad71fb77f276be/2560c9d1d2d874bf-7c/s75x75_c1/093ee732da12bc3e5e35d6764ae060bfeaab5653.gifv">
- <p class="time" id="time"></p><img src="https://64.media.tumblr.com/aef1f99198cee9de6a0751d97a5d7944/2560c9d1d2d874bf-d0/s75x75_c1/180215c58720303fac2f24d477aeb63235d884a0.gifv">
- <script>
- function updateTime() {
- const now = new Date();
- const hours = now.getHours();
- const minutes = now.getMinutes();
- const seconds = now.getSeconds();
- document.getElementById("time").innerText = `${hours}:${
- minutes < 10 ? "0" + minutes : minutes
- }:${seconds < 10 ? "0" + seconds : seconds}`;
- }
- setInterval(updateTime, 1000);
- </script>
- </div>
- <!--navi-->
- <div id="sidebg">
- <a href="">placeholder</a>
- </div>
- <div id="sidebg">
- <a href="">placeholder</a>
- </div>
- <div id="sidebg">
- <a href="">placeholder</a>
- </div>
- <div id="sidebg">
- <a href="">placeholder</a>
- </div>
- <div id="sidebg">
- <a href="">placeholder</a>
- </div>
- <div id="sidebg">
- <a href="">placeholder</a>
- </div>
- <div id="sidebg">
- <a href="">placeholder</a>
- </div>
- <div id="sidebg">
- <a href="">placeholder</a>
- </div>
- <div id="sidebg">
- <a href="">placeholder</a>
- </div>
- </div>
- <!--main-->
- <div class="main">
- <h2><img src="https://64.media.tumblr.com/93795bc287e2bdd1383fcbe6593dc115/db7ce6708c01e3ab-fc/s75x75_c1/13f1142bad5fb8b57860962f79a5d1f16786c6aa.gifv">
- <font color="red"> w</font>elcome to placeholder .𖥔 ݁ ˖⋆
- </h2>
- <div style="display: flex">
- <img src="https://files.catbox.moe/p2hkk4.png" class="pagedoll">
- <div id="textbox">
- Lorem ipsum dolor sit amet consectetur adipiscing elit. Quisque faucibus ex sapien vitae pellentesque sem placerat. In id cursus mi pretium tellus duis convallis. Tempus leo eu aenean sed diam urna tempor. Pulvinar vivamus fringilla lacus nec metus bibendum egestas. Iaculis massa nisl malesuada lacinia integer nunc posuere. Ut hendrerit semper vel class aptent taciti sociosqu. Ad litora torquent per conubia nostra inceptos himenaeos.
- </div>
- </div>
- </div>
- </div>
- </div>
- <footer id="footer">
- <a href="">contact</a>
- |
- <a href="">sitemap</a>
- |
- <!--credits, do NOT remove-->
- credits to <a href="https://terakun.nekoweb.org" style="color: red">rice/alex™</a>
- </footer>
- </div>
- </body>
- </html>
- <!--style-->
- <style>
- /* Start https://www.cursors-4u.com */
- * {
- cursor: url(https://cur.cursors-4u.net/holidays/hol-1/hol91.ani),
- url(https://cur.cursors-4u.net/holidays/hol-1/hol91.png), auto !important;
- }
- /* End https://www.cursors-4u.com */
- body {
- font-family: ms gothic;
- margin-top: 60px;
- background: url("https://files.catbox.moe/sta9zz.png");
- background-size: 200px;
- }
- h1,
- h2,
- h3 {
- margin: 0;
- }
- a {
- color: #677a9f;
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- .wrap {
- position: relative;
- margin: auto;
- width: 700px;
- max-height: 600px;
- }
- .container {
- border: solid 1.4px #616c8a;
- background: linear-gradient(0deg, #ebf3ff 0%, #fff 8%);
- box-shadow: 1px 1px 4px #00000050;
- }
- #footer {
- border: solid 1.4px #616c8a;
- background: linear-gradient(0deg, #ebf3ff 0%, #fff 50%);
- box-shadow: 1px 1px 4px #00000050;
- margin-top: 10px;
- padding: 12px;
- text-align: center;
- }
- .head {
- width: 100%;
- height: 160px;
- background-image: url("https://files.catbox.moe/qnu67f.png");
- background-size: cover;
- border-bottom: solid 1.8px #616c8a;
- }
- .head h1 {
- color: #fff;
- filter: drop-shadow(0 -1px 0 #000) drop-shadow(0 1px 0 #000) drop-shadow(-1px 0 0 #000) drop-shadow(1px 0 0 #000);
- font-size: 40px;
- font-weight: 200;
- }
- .m {
- width: 100%;
- height: 26px;
- border-bottom: solid 1.6px #616c8a;
- background: linear-gradient(90deg, #e0edff 0%, #fff 50%, #e0edff 100%);
- }
- .m marquee {
- padding: 4px;
- text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
- 1px 1px 0 #fff;
- }
- .flex {
- display: flex;
- }
- .sidebar {
- width: 160px;
- border-right: solid 1.8px #616c8a;
- height: 100%;
- }
- #sidebg {
- background-image: linear-gradient(to bottom,
- #fff 1%,
- #d7e2f5 49%,
- #ceddf9 51%,
- #f1f9fe 100%);
- padding: 8px;
- border-bottom: solid 1px #616c8a;
- }
- #sidebg:hover {
- filter: brightness(1.06);
- text-shadow: -1px -1px 0 #b6cbe5, 1px -1px 0 #b6cbe5, -1px 1px 0 #b6cbe5,
- 1px 1px 0 #b6cbe5;
- }
- .clock {
- display: flex;
- justify-content: center;
- align-items: center;
- border-bottom: solid 1px #616c8a;
- background: linear-gradient(180deg, #dbecff 4%, #fff 40%);
- }
- .time {
- color: red;
- font-size: 20px;
- margin: 4px;
- }
- .main {
- padding: 12px;
- }
- .pagedoll {
- flex: 1;
- width: 220px;
- }
- #textbox {
- background-color: #f1f6fe;
- padding: 10px;
- margin: 20px;
- width: 220px;
- height: 140px;
- overflow: auto;
- }
- ::-webkit-scrollbar {
- width: 10px;
- }
- ::-webkit-scrollbar-track {
- box-shadow: inset 0 0 4px #9aa7c4;
- border-radius: 4px;
- }
- ::-webkit-scrollbar-thumb {
- background: #fff;
- box-shadow: inset 0 0 4px #cbcdd2;
- border-radius: 10px;
- }
- </style>
Add Comment
Please, Sign In to add comment