Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- Connor Baggot, 11/29/17, Final Project -->
  3.  
  4. <html>
  5. <head>
  6.  
  7. <style>
  8. body {margin:0;}
  9.  
  10. ul.menu{
  11. list-style-type: none;
  12. margin: 0;
  13. padding: 0;
  14. background-color: #333;
  15. position: fixed;
  16. top: 0;
  17. width: 100%;
  18. }
  19.  
  20. ul.menu li {
  21. float: left;
  22. }
  23.  
  24. li a {
  25. display: block;
  26. color: white;
  27. text-align: center;
  28. padding: 14px 16px;
  29. text-decoration: none;
  30. }
  31.  
  32. li a:hover:not(.active) {
  33. background-color: #111;
  34. }
  35.  
  36. .active {
  37. background-color: #4CAF50;
  38. }
  39. <!-- //////////////////////// -->
  40.  
  41. .images
  42. {
  43. display: inline;
  44. margin: 150px;
  45. padding: 0px;
  46. }
  47.  
  48. #content
  49. {
  50. display: block;
  51. margin: 200px;
  52. padding: 0px;
  53. position: center;
  54. top: 90px;
  55. height: auto;
  56. max-width: auto;
  57. overflow-y: hidden;
  58. overflow-x:auto;
  59. }
  60.  
  61. #roundc1 {
  62. border-radius: 25px;
  63. background: #00000;
  64. padding: 20px;
  65. width: 200px;
  66. height: 150px;
  67.  
  68. }
  69. <!-- //////////////////-->
  70.  
  71. </style>
  72.  
  73. <title>
  74. </title>
  75. </head>
  76.  
  77. <body style="background-color:#42f483;">
  78. <h1 align="center" id="rcorners1" style="margin-top:100px; text-shadow: 2px 2px 10px #000000; color: blue; font-size: 70px;">Pros</h1>
  79.  
  80.  
  81. <ul class="menu">
  82. <li>
  83. <a class="active" href="./final.html">Home</a>
  84. </li>
  85.  
  86.  
  87. <li>
  88. <a href="./index.html">Pros</a>
  89. </li>
  90.  
  91.  
  92. <li>
  93. <a href="./index2.html">Cons</a>
  94. </li>
  95. </ul>
  96.  
  97.  
  98. <center>
  99. <h1><font size="10">Pros of changing my grades</font>
  100. </h1>
  101.  
  102.  
  103. <div>
  104. <font size="4">Chaning my Grades would have many pros and many cons, here are some on the pros I have discovered.</font>
  105. </div>
  106.  
  107. </center>
  108. <ul>
  109. <li>Hacking your grades would give you more time, because you would have to study less.</li>
  110.  
  111.  
  112. <li>You would have an easier time in class, and wouldn't have to work as much.</li>
  113.  
  114.  
  115. <li>You could make money by selling the answers to tests.</li>
  116.  
  117.  
  118. <li>You wouldn't waste money on college or highschool because you failed a class.</li>
  119.  
  120.  
  121. <li>You could change other peoples grades for money.</li>
  122.  
  123.  
  124. <li>Instead of doing work you could stay at home and not come to class.</li>
  125. </ul>
  126.  
  127. </body>
  128. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement