Advertisement
Billyeee

Website (revised)

Feb 21st, 2020
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <title>About Me</title>
  5.     <style>
  6.       body {
  7.           color: white;
  8.           background-color:black;
  9.           font-family: 'Roboto';
  10.           font-size: 22px;"
  11.       }
  12.     </style>
  13.      
  14.   </head>
  15.  
  16.   <body>
  17.     <h1>Billy's Portfolio</h1>
  18.     <!--Include picture and link to social media accounts here-->
  19.       <h3>About Me</h3>
  20.         <p>Hello! I go by Billy, and like programming, yoyoing, and making people laugh. I also enjoy looking at memes.</p>
  21.       <h3>Fun Fact</h3>
  22.         <p>This site currently contains <b>34</b> lines of code.</p>  
  23.       <h3>Likes</h3>
  24.         <ul>
  25.           <li>playing with yoyos</li>
  26.           <li>programming</li>
  27.           <li>playing games</li>
  28.           <li>running</li>
  29.           <li>reading funny webcomics</li>
  30.         </ul>
  31.       <h3>Projects</h3>
  32.        
  33.   </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement