Advertisement
StefanTobler

Blog Post 2/25/16

Feb 25th, 2016
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <title>For the Blog</title>
  6.         <style>
  7.             body{
  8.                 font: 20px sans-serif;
  9.             }
  10.             #first{
  11.                 color:rgb(17, 0, 255);
  12.             }
  13.             p{
  14.                 color:red;
  15.             }
  16.         </style>
  17.        
  18.     </head>
  19.     <body>
  20.     <h1 id="first">Today I got a DSLR.</h1>
  21.         <p>
  22.             Hey everyone I just wanted to update the blog because the posts arn't going to be coming out as often. Usually I get home later in the day so it makes it hard to learn a lot of HTML and do homework. I wanted to update everyone saying that today I got my very first <em>DSLR</em>! It is very exciting. I really like photography and to have a camera better than my phone is great. From time to time you will probably see some of my photos posted on here so be sure to look. I got a Canon SL1 with the kit lens which is the 18-55mm f/3.5-5.6. I would love to get another lens soon but that will probably in a while due to the exaustion of funds on the camera itself. Be sure to stick around to see any photos I may post in the near future and as always you can see the raw HTML and CSS <a target="_blank" href="http://pastebin.com/WauL9Fs8">here.</a>
  23.         </p>
  24. <img src="http://i.imgur.com/Paz8R2o.jpg" alt="Bella my cat" width="500">
  25. <p>A picture of our cat Bella.</p>
  26.  
  27.     </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement