Advertisement
alpeltz

ice

Feb 12th, 2017
1,879
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>ice</title>
  6.  
  7. <link href="/style.css" rel="stylesheet" type="text/css" media="all">
  8. <style>
  9. /*THEME BY PEACH, FREE TO USE*/
  10. /*if you have multiple pages, put the text between <style> and </ style> in your style.css page */
  11. /*change background color/image*/
  12. body{
  13. background-color:#c9cfff;
  14. background-image: url("https://media4.giphy.com/media/7tYNMJ29GcbE4/200_s.gif");
  15. }
  16. /*change properties of the container */
  17. .container{
  18. width:300px;
  19. margin:auto;
  20. margin-bottom: 10px;
  21. text-align:center;
  22. background-color:#efefef;
  23. box-shadow: 5px 5px #a5a5a5;
  24. font-size: 13px;
  25. padding: 10px;
  26. }
  27. /*dont delete*/
  28. .credit{
  29. font-size: 12px;
  30. position: absolute;
  31. bottom: 0;
  32. right: 0;}</style>
  33. </head>
  34. <body>
  35. <div class="container">
  36.  
  37. <p>This is a paragraph! Here's how you make a link: <a href="http://neocities.org">Neocities</a>.</p>
  38.  
  39. <p>Here's how you can make <strong>bold</strong> and <em>italic</em> text.</p>
  40.  
  41. <p>Here's how you can add an image:</p>
  42. <img src="http://media.giphy.com/media/NI2AxdtdQsJ7q/giphy.gif" style="width:100px; margin:auto;">
  43.  
  44. <p>Here's how to make a list:</p>
  45.  
  46. <ul>
  47. <li>First thing</li>
  48. <li>Second thing</li>
  49. <li>Third thing</li>
  50. </ul>
  51.  
  52. <p>To learn more HTML/CSS, check out these <a href="http://neocities.org/tutorials">tutorials</a>!</p>
  53. <p><a href="http://pastebin.com/DHhjt9iV">pastebin</a></p>
  54. </div>
  55. <!-- please dont delete also feel free to dm me if you have questions about coding !-->
  56. <div class="credit">
  57. <a href="http://twitter.com/princesspcach">@peachie</a>
  58. </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement