Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- herbthemes tag page 01
- do not redistribute this page
- do not remove credits
- how to use:
- - to replace the category of each section, replace the word between the <i>[desired word]</i>
- - to create a new section: copy and paste the code provided
- -->
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <!-- change the title of the page (what the tab browser displays the name of the page as) below-->
- <title>navigate</title>
- <style type="text/css">
- @import url('https://fonts.googleapis.com/css?family=Lexend+Exa|Libre+Caslon+Display&display=swap');
- body {
- font-family: 'Lexend Exa', sans-serif;
- font-size:15px
- background:white;
- overflow:hidden;
- }
- i {
- font-family: 'Libre Caslon Display', serif;
- text-transform: lowercase;
- letter-spacing:2px;
- }
- h5 {
- text-align:center;
- font-size:8px;
- }
- #content {
- width:92vw;
- height:90vh;
- overflow-y:scroll;
- margin:0 auto;
- margin-top:5vh;
- background:#ececec;
- }
- .category {
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:center;
- margin-top:100px;
- margin-bottom:20px;
- }
- .links {
- list-style:none;
- text-align:center;
- margin:30px;
- }
- .links li {
- display:inline;
- margin:5px;
- }
- .links a {
- color:black;
- text-decoration:none;
- padding:5px;
- }
- .links a:hover {
- background:white;
- border-radius:3px;
- padding:5px;
- }
- .creds {
- color:black;
- text-decoration:none;
- }
- </style>
- </head>
- <body>
- <section id="content">
- <h1 class="category">browse by <i>category</i>...</h1>
- <ul class="links">
- <li><a href="/">tag 01</a></li>
- <li><a href="/">tag 02</a></li>
- <li><a href="/">tag 03</a></li>
- <li><a href="/">tag 04</a></li>
- <li><a href="/">tag 05</a></li>
- </ul>
- <h1 class="category">browse by <i>category</i>...</h1>
- <ul class="links">
- <li><a href="/">tag 01</a></li>
- <li><a href="/">tag 02</a></li>
- <li><a href="/">tag 03</a></li>
- <li><a href="/">tag 04</a></li>
- <li><a href="/">tag 05</a></li>
- </ul>
- <h1 class="category">browse by <i>category</i>...</h1>
- <ul class="links">
- <li><a href="/">tag 01</a></li>
- <li><a href="/">tag 02</a></li>
- <li><a href="/">tag 03</a></li>
- <li><a href="/">tag 04</a></li>
- <li><a href="/">tag 05</a></li>
- </ul>
- <!-- copy and paste this code for a new section-->
- <!--
- <h1 class="category">browse by <i>category</i>...</h1>
- <ul class="links">
- <li><a href="/">tag 01</a></li>
- <li><a href="/">tag 02</a></li>
- <li><a href="/">tag 03</a></li>
- <li><a href="/">tag 04</a></li>
- <li><a href="/">tag 05</a></li>
- </ul>
- -->
- </section>
- <h5><a href="https://herbthemes.tumblr.com" class="creds">Ⓒ herbthemes</a></h5>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment