Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <!doctype html>
  2.  
  3.  
  4.  
  5. <html>
  6.  
  7.  
  8. <head>
  9.  
  10. <meta charset="utf-8">
  11. <style>
  12. body{
  13. background-color: #aabb24
  14. }
  15. h1{
  16. color:#ff0000;
  17. font-size: 36px;
  18. text-shadow: 4px 4px #000000;
  19. }
  20. </style>
  21.  
  22. </head>
  23.  
  24.  
  25. <body>
  26.  
  27. <h1>EVIL BEAR</h1>
  28.  
  29. <p>I tried to make a bear with glowing eyes and a head that moves back and forth. My problem was I couldn't find a way to keep the head on the servo. I learned that building circuits is not confusing. I've learned what the codes mean. Now I see the Ihome beside my bed as circuits, code and an RGB. Another thing I've learned is that coding is a lot harder than it looks. Now I feel confident coding.</p>
  30.  
  31. <p><a href="index.htm">Go back to index</a></p>
  32.  
  33. </body>
  34.  
  35.  
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement