Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>ice</title>
- <link href="/style.css" rel="stylesheet" type="text/css" media="all">
- <style>
- /*THEME BY PEACH, FREE TO USE*/
- /*if you have multiple pages, put the text between <style> and </ style> in your style.css page */
- /*change background color/image*/
- body{
- background-color:#c9cfff;
- background-image: url("https://media4.giphy.com/media/7tYNMJ29GcbE4/200_s.gif");
- }
- /*change properties of the container */
- .container{
- width:300px;
- margin:auto;
- margin-bottom: 10px;
- text-align:center;
- background-color:#efefef;
- box-shadow: 5px 5px #a5a5a5;
- font-size: 13px;
- padding: 10px;
- }
- /*dont delete*/
- .credit{
- font-size: 12px;
- position: absolute;
- bottom: 0;
- right: 0;}</style>
- </head>
- <body>
- <div class="container">
- <p>This is a paragraph! Here's how you make a link: <a href="http://neocities.org">Neocities</a>.</p>
- <p>Here's how you can make <strong>bold</strong> and <em>italic</em> text.</p>
- <p>Here's how you can add an image:</p>
- <img src="http://media.giphy.com/media/NI2AxdtdQsJ7q/giphy.gif" style="width:100px; margin:auto;">
- <p>Here's how to make a list:</p>
- <ul>
- <li>First thing</li>
- <li>Second thing</li>
- <li>Third thing</li>
- </ul>
- <p>To learn more HTML/CSS, check out these <a href="http://neocities.org/tutorials">tutorials</a>!</p>
- <p><a href="http://pastebin.com/DHhjt9iV">pastebin</a></p>
- </div>
- <!-- please dont delete also feel free to dm me if you have questions about coding !-->
- <div class="credit">
- <a href="http://twitter.com/princesspcach">@peachie</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement