Advertisement
Guest User

HTML

a guest
Feb 10th, 2018
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="stylesheet" type="text/css" title="Main" media="screen, print" href="style.css">
  6. <title>#2 - Justasino</title>
  7. </head>
  8. <body>
  9. <div id="mainas">
  10. <div id="header">
  11. <h1>justasino.lt</h1>
  12. <h2>Amerikos gyvenimas, svajones pildosi cia</h2>
  13. </div>
  14. <div id="blokas">
  15. <h1>PROJEKTO BŪSENA</h1>
  16. <div class="blokelis">
  17. <div class="progresas"
  18. style="width:70%;
  19. background-color:#20da02;"></div>
  20. <p>SKRIPTAS</p>
  21. <p>70%</p>
  22. </div>
  23. <div class="blokelis">
  24. <div class="progresas"
  25. style="width:40%;
  26. background-color:#ff8a00;"></div>
  27. <p>MAPAI</p>
  28. <p>40%</p>
  29. </div>
  30. <div class="blokelis">
  31. <div class="progresas"
  32. style="width:85%;
  33. background-color:#de00ff;"></div>
  34. <p>TINKLAPIS</p>
  35. <p>85%</p>
  36. </div>
  37. </div>
  38. <div id="footer">
  39. <p>
  40. &copy;Justasino
  41. </p>
  42. </div>
  43.  
  44. </body>
  45. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement