NeroShade

NOTETHEME OLD school black and white minimalist base (HTML5)

Aug 7th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.41 KB | None | 0 0
  1. <--! Please do not use inany commercial use -->
  2. <--! Neroshade &copy; 2017 -->
  3.  
  4. <--! How to use:
  5. Open NOTEPADE or text EDIT
  6. COPY this
  7. Paste it on Notepad or textedit
  8. save file as extension .html or .htm
  9. save as UTF-8 instead of ANSI
  10. find it in the fileexplorer
  11. click on it,
  12. it should open as a web page on your default browser.
  13. --->
  14.  
  15. <--! Everything inside the "<--! -->" Is a comment... it will not appear on the browser. It will only appear in the text editor.
  16. Feel free to copy the content after the comments -->
  17. <--! IMPORTANT: Make sure your browser is at the latest version for best results -->
  18.  
  19. <!doctype html>
  20. <html>
  21. <head>
  22. <link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah|Indie+Flower" rel="stylesheet">
  23. <title> NOTE THEME </title>
  24. <meta charset="utf-8"/>
  25. <meta name="author" content="Nero"/>
  26. </head>
  27. <body style="margin:0">
  28. <header style="background:black; height: 100px;width:auto;">
  29. <h1 style="display:inline-block;color:white;text-align:center; width: 50%; height: 50%; margin-left:400px;background: lightgray;color:black;line-height:50px;border:5px double black;
  30. outline: 5px solid white;font-family:'Gloria Hallelujah',cursive;">Well Shit, I didn't know. </h1>
  31. </header>
  32. <p style="font-family:'Indie Flower',cursive; text-indent:30px;font-size:30px;padding-left:20px;text-decoration: underline;"> I thought I knew what I was doing and then I found out that I was just typing random text. <br/>
  33. I just know one thing, and it's that I'm weird . I didn't know that at first... I <strong> know </strong> now.</p>
  34. <div style="display:inline-block">
  35. <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSv18tnm1Ndw8fckFEpJrshvHDZIGqBLMZnR3v4PGX4vMHm9cwudXjJ-w"
  36. height="200px" width="200px" alt="happyface.png"/>
  37. <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSEiTGPNdLADDaQNvukhfAt8p9h1k6u5KgDxQQgTITw0_d421bV"
  38. height="200px" width="200px" alt="happyface.png"/>
  39. <img src="http://img.freepik.com/iconen-gratis/bezorgd-gezicht-emoticon-overzicht-symbool_318-71465.jpg?size=338&ext=jpg"
  40. height="200px" width="200px" alt="happyface.png"/>
  41. <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSN_OB2dsQjcXvlcsG7SoMO8_UAEgcUf_x88aV35j9jDbEMhtb7"
  42. height="200px" width="200px" alt="happyface.png"/>
  43. <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT4cmEXFbia9mgL1TkIfm-RGLmW_YZv2Cwgw2xmYifIhr3_IjNs"
  44. height="200px" width="200px" alt="happyface.png"/>
  45. <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQjOFkDOm7nV884xaJuyFhkap9NxVUE2YVC7jh9oaHvi3oye-FL"
  46. height="200px" width="200px " alt="happyface.png"/>
  47. </div>
  48. <p style="font-family:'Indie Flower',cursive; text-indent:30px;font-size:30px;padding-left:20px;text-decoration: underline;"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce rhoncus elit lorem, eget cursus justo porta in. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus sit amet ex eget nisi cursus maximus vitae vitae libero. Mauris malesuada tellus rhoncus, congue   </p>
  49. <footer style="background: black; height:150px; width: 100%;margin-top:60px;"> <details style="color:white; font-family:'Gloria Hallelujah',cursive;"> <summary> Your name here &copy; Your company name or organization name. </summary>  <p> More themes at <a href="https://pastebin.com/u/NeroShade" style="color:white; text-decoration:none; font-weight:bold;"> NeroShade's Pastebin </a> </p></details> </footer>
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment