Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Webpage title here</title>
- <style>
- @font-face {
- font-family: header;
- src: url('https://file.garden/aNy90GYmaWI-Okj1/Synkopy-Flipside.otf');
- }
- @font-face {
- font-family: body;
- src: url('https://file.garden/aNy90GYmaWI-Okj1/04B_20__.TTF');
- }
- body{
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
- background-color: rgb(230, 84, 84);
- background-image: url('https://file.garden/aNy90GYmaWI-Okj1/14113%20copy.png'), url('https://file.garden/aNy90GYmaWI-Okj1/14113%20copy.png');
- background-position: top right, top left;
- background-repeat: no-repeat;
- background-size: 20%;
- margin:0;
- }
- h3{
- font-family: "header";
- font-size: 1em;
- margin:0;
- }
- a{
- color:rgb(91, 102, 221);
- text-decoration: none;
- }
- b{
- color:rgb(91, 102, 221);
- letter-spacing: 10%;
- }
- .header{
- width:100%;
- height:70px;
- position:sticky;
- top:0;
- background-color: white;
- z-index: 1
- }
- .grid{
- display: grid;
- grid-template-columns: 24% 6% 70%;
- grid-template-rows: 6% 62% 33%;
- max-width: 700px;
- height: 1050px;
- max-height:fit-content;
- margin:auto;
- }
- .leftheader{
- grid-column: 1;
- grid-row: 1;
- background-color: rgb(159, 159, 159);
- clip-path: polygon(0 0,calc(100% - 42px) 0,100% 42px,100% 100%,0 100%);
- padding:10px;
- box-sizing: border-box;
- color:white;
- }
- .left{
- grid-column: 1;
- grid-row:2;
- background:rgba(229, 236, 235, 0.843);
- background-repeat: no-repeat;
- background-position: right bottom;
- background-size: 90px;
- clip-path: polygon(
- 0 0%,
- 10% 0,
- 10% 0,
- 100% 0%,
- 100% 80%,
- -300% 10%,
- 0% 00%,
- 0% 90%,
- 0% 10%
- );
- padding:10px;
- box-sizing: border-box;
- }
- .mainheader{
- grid-column: 3;
- grid-row: 1;
- color:white;
- }
- .main1{
- grid-column:3;
- grid-row-start:2;
- grid-row-end:3;
- background-color: rgba(229, 236, 235, 0.843);
- clip-path: polygon(0 28px,28px 0,100% 0,100% 100%,0 100%);
- }
- .main2{
- grid-column-start: 2;
- grid-column-end: 4;
- grid-row: 3;
- background-color: rgba(229, 236, 235, 0.843);
- clip-path: polygon(0 42px,42px 0,100% 0,100% calc(100% - 42px),calc(100% - 42px) 100%,42px 100%,0 calc(100% - 42px));
- padding:10px;
- box-sizing: border-box;
- }
- @media only screen and (max-width: 600px){
- .grid{
- display: grid;
- grid-template-columns: 10% 90% ;
- grid-template-rows: 70px 50% 70px 55% 30%;
- }
- .leftheader {
- grid-row: 1;
- grid-column: 2;
- width: 60%;
- }
- .left {
- grid-row: 2;
- grid-column: 2;
- }
- .mainheader {
- grid-row: 3;
- grid-column: 2;
- }
- .main1{
- grid-row: 4;
- grid-column: 2;
- border-top: 1px solid rgb(230, 84, 84);
- }
- .main2{
- grid-row: 5;
- grid-column-start:1 ;
- grid-column-end: 3;
- }
- }
- </style>
- </head>
- <body>
- <div class="grid">
- <!--left column-->
- <div class="leftheader">
- <img src="https://file.garden/aNy90GYmaWI-Okj1/14113%20copy%203.png" style="height:20px;">
- <h3>navigation</h3>
- </div>
- <div class="left">
- <style>
- /** customisation for link buttons**/
- .link{
- background-color: white;
- clip-path: polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,0 100%);
- width:100%;
- height:10%;
- padding:5px;
- box-sizing: border-box;
- margin-bottom:8px;
- border-left: 8px rgb(91, 102, 221) solid;
- }
- </style>
- <div style="height: 90%;overflow-y: auto;">
- <div class="link">
- 001
- <br>
- <a href="">link</a>
- </div>
- <div class="link">
- 002
- <br>
- <a href="">link</a>
- </div>
- <div class="link">
- 003
- <br>
- <a href="">link</a>
- </div>
- <div class="link">
- 004
- <br>
- <a href="">link</a>
- </div>
- <div class="link">
- 005
- <br>
- <a href="">link</a>
- </div>
- <div class="link">
- 006
- <br>
- <a href="">link</a>
- </div>
- </div>
- </div>
- <!--main area upper tab-->
- <div class="mainheader">
- <div style="height:100%;width:60%;background-color: rgb(159, 159, 159);clip-path: polygon(0 42px,42px 0,100% 0,100% 100%,0 100%);text-align: right;padding:10px;box-sizing: border-box;position:relative;float:right;">
- <img src="https://file.garden/aNy90GYmaWI-Okj1/14113%20copy%206.png" style="height:20px;position:relative;float:right;"><br>
- <h3>news</h3>
- </div>
- </div>
- <!--main contents-->
- <div class="main1">
- <!--grey circles-->
- <div style="position: relative;float:right;height:5%;width: 100%;overflow: hidden;">
- <img src="https://file.garden/aNy90GYmaWI-Okj1/dots1.png" height="100%" style="opacity: 30%;">
- <img src="https://file.garden/aNy90GYmaWI-Okj1/dots1.png" height="100%" style="opacity: 30%;">
- <img src="https://file.garden/aNy90GYmaWI-Okj1/dots1.png" height="100%" style="opacity: 30%;">
- </div>
- <div style="width:10%;height:40%;position: relative;float:left;">
- <!--vertical line decorations on the left-->
- <div style="height:50%;
- width:22%;
- border-right:2px solid rgb(230, 84, 84);
- position: relative;
- float:left;"></div>
- <div style="height:70%;
- width:22%;
- border-right:2px solid rgb(230, 84, 84);
- position: relative;
- float:left;"></div>
- <div style="height:90%;
- width:22%;
- border-right:2px solid rgb(230, 84, 84);
- position: relative;
- float:left;">
- </div>
- </div>
- <div style="width:90%;height:45%;position:relative;margin-left:10%;border-left:2px solid rgb(230, 84, 84);border-bottom:2px solid rgb(230, 84, 84);border-left-color: 10%;overflow:hidden;padding:5px;box-sizing:border-box;">
- <div style="background-color:white;width:80%;height:60%;position:relative;margin-left:20%;margin-top:1%;border-left:2px solid rgb(230, 84, 84);border-bottom:2px solid rgb(230, 84, 84);border-top:2px solid rgb(230, 84, 84);">
- <div style="width:20%;height:100%;position: relative;float:left;border-right:2px solid rgb(230, 84, 84);font-size: 2vh;word-break: break-all;">
- featured page: <br>
- insert webpage title
- </div>
- </div>
- <br>
- <div style="height:30%; width:100%;overflow-y:scroll">
- DD.MM.YY latest update
- <br>
- DD.MM.YY second latest update
- <br>
- DD.MM.YY third latest update
- <br>
- DD.MM.YY latest update
- <br>
- DD.MM.YY latest update
- <br>
- </div>
- </div>
- <!--marquee area-->
- <div style="width:100%;height:5%;background-color:rgba(255, 255, 255, 0.486);box-sizing:border-box;margin-top:10px;">
- <marquee width="75%" height="100%" direction="right">
- insert quote/disclaimer here
- </marquee>
- <!--grey circles-->
- <img src="https://file.garden/aNy90GYmaWI-Okj1/dots1.png" width="21%" style="position: relative;float:right;opacity:30%;">
- </div>
- <br>
- <style>
- .bracket{
- height: 100%;
- position: relative;
- overflow: hidden;
- }
- .bracket::before,
- .bracket::after {
- position: absolute;
- top: 0;
- bottom: 0;
- width: 20px;
- border: 8px solid #e65454fa;
- content: "";
- }
- .bracket::before {
- left: 0;
- border-right-width: 0;
- }
- .bracket::after {
- right: 0;
- border-left-width: 0;
- }
- /** white header/title area of bracket**/
- .tab{
- width:90%;
- height: 20%;
- background-color: white;
- clip-path: polygon(0 0,100% 0,100% calc(100% - 22px),calc(100% - 22px) 100%,0 100%);
- border-left: 8px #e65454fa solid;
- text-align: left;
- box-sizing: border-box;
- border-top: 8px solid #e65454fa ;
- border-image: linear-gradient(to right, #e65454fa 11%, rgba(0,0,0,0) 11%);
- border-image-slice: 1;
- background-clip: content-box;
- }
- /** gradient of bracket**/
- .innergrad{
- width:100%;
- height:80%;
- background: linear-gradient( #ffe8e830, #efcaca30,#e9bbbb43,#e0a5a56c,#e0a5a5a1,#e48a8abb,#e67070e4);
- padding:15px;
- box-sizing: border-box;
- overflow:scroll;
- }
- </style>
- <div style="display:grid;grid-template-columns: 1fr 1fr;width:100%;height:39%;gap:3%;padding-left:3%;padding-right:3%;box-sizing: border-box;">
- <div class="bracket">
- <div class="tab">
- <b>welcome!</b>
- </div>
- <div class="innergrad">
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras sed dui erat. Aenean non velit ipsum. Integer sed orci ut eros dictum dapibus. Maecenas fermentum porta nibh, sed maximus est maximus a. Donec ullamcorper sapien vestibulum, volutpat tellus a, rutrum leo. Nulla in porta enim, sit amet finibus lectus. Phasellus varius imperdiet augue, eu scelerisque urna porttitor non. Suspendisse quis metus quis nulla blandit finibus. Suspendisse pharetra, mi ut cursus sodales, arcu lectus consequat sapien, vel posuere risus arcu in felis. Vivamus cursus ultricies risus eu pellentesque. Fusce quis odio dui. Ut rutrum orci eu dui dignissim feugiat. Sed bibendum, purus sit amet molestie feugiat, risus lectus malesuada lorem, vitae ultrices tortor odio vitae diam.
- Vivamus vitae ullamcorper lectus. Proin luctus hendrerit urna, ac commodo arcu hendrerit at. Vestibulum sit amet orci dui. In hac habitasse platea dictumst. Pellentesque ut ipsum ligula. Nulla erat elit, lobortis eget leo vel, scelerisque ornare erat. Suspendisse nulla risus, venenatis non felis luctus, ullamcorper maximus mauris. Etiam faucibus nisl felis, blandit vestibulum lorem interdum ut. Nulla vestibulum vehicula sagittis.
- </div>
- </div>
- <div class="bracket">
- <div class="tab">
- <b>webrings/cbox</b>
- </div>
- <div class="innergrad">
- <!--add content here-->
- </div>
- </div>
- </div>
- </div>
- <!--bottom half of the main contents-->
- <div class="main2">
- <!-- left side tab of the main -->
- <div style="position: relative; float:left;height:100%;width:6%;writing-mode: vertical-rl;text-orientation: mixed;border-left:10px dotted rgb(230, 84, 84);border-top:10px dotted rgb(230, 84, 84);margin-top:10px;">
- <h3 style="color:rgb(230, 84, 84);font-size:2em;">
- about
- </h3>
- </div>
- <div style="display:grid;grid-template-columns: 70% 30%;width:90%;height:100%;gap:3%;padding-left:3%;padding-right:3%;box-sizing: border-box;">
- <div style="border-top:10px dotted rgb(230, 84, 84);grid-column: 1;height:100%;overflow-y:scroll;">
- <style>
- .statusbox{
- height:fit-content;
- background-color: white;
- padding:5px;
- box-sizing: border-box;
- clip-path: polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,0 100%);
- margin-top: 10px;
- }
- </style>
- <div class="statusbox" style="width:50%;">
- <b>name:</b> xxxx
- </div>
- <div class="statusbox" style="width:60%;">
- <b>pronouns:</b> xx/xx
- </div>
- <div class="statusbox" style="width:70%;">
- <b>location:</b> xxxxx
- </div>
- <div class="statusbox" style="width:80%">
- <b>currently watching:</b> xxxxxx xxxxxxx
- </div>
- <div class="statusbox" style="width:90%">
- <b>likes:</b> xxxxxx xxxxxxx xxxxxxx xxx xxx xxx
- </div>
- <div class="statusbox" style="width:100%">
- <b>dislikes:</b> xxxxxx xxxxxxx xxxxxxx
- </div>
- </div>
- <div style="grid-column: 2;max-height:100%;">
- <style>
- .outlink{
- width:100%;
- height:25%;
- border: 3px solid rgb(230, 84, 84);
- background-color: white;
- overflow: hidden;
- margin-bottom:10px;
- padding: 5px;
- box-sizing: border-box;
- font-size:10px;
- }
- </style>
- <div class="outlink">
- <img src="https://file.garden/aNy90GYmaWI-Okj1/webdingstyle_17.png" width="100%" height="50%">
- <hr>
- <a href="">guestbook</a>
- </div>
- <div class="outlink">
- <img src="https://file.garden/aNy90GYmaWI-Okj1/webdingstyle_17.png" width="100%" height="50%">
- <hr>
- <a href="">neocities profile</a>
- </div>
- <img src="https://file.garden/aNy90GYmaWI-Okj1/hgbw20_04.png" width="100%;" height="30%" >
- </div>
- </div>
- </div>
- </div>
- coded by <a href="ol1vi4s-corner.neocities.org">ol1vi4s-corner</a> | <a href="https://salvaged.nu/">brushes</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment