Advertisement
Guest User

Untitled

a guest
May 26th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="utf-8">
  6. <title>Espresso Html Document</title>
  7. <!-- To adapt your page to mobile devices screen -->
  8. <title> Jake web test </title>
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10.  
  11. <!-- Enter a brief description of your page -->
  12. <meta name="description" -- You can create and link files within Espresso Html -->
  13. <link rel="stylesheet" href="style.css" type="text/css"
  14.  
  15. <!-- IE Fix for HTML5 Tags -->
  16. <!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  17.  
  18. <style>
  19.  
  20. #nav ul{
  21. list-style-type: none;
  22. padding: 0;
  23. margin: 0;
  24. position: relative;
  25. width:100%;
  26. }
  27.  
  28. #nav li{
  29. display: inline-block;
  30. text-align:center;
  31. width:32%;
  32. }
  33.  
  34.  
  35. tr{color:black}
  36.  
  37.  
  38. h2{font-size:25px; text-align:center;}
  39. #divider p2{width:49%;float:left;}
  40.  
  41. img{width:100px}
  42.  
  43. td{color:white}
  44.  
  45. p2{color:white}
  46.  
  47. title{color:white}
  48.  
  49. p3{color:white}
  50.  
  51. body{background-color:#333333; overflow:hidden;}
  52.  
  53. h1{color:red}
  54. h3{color:black}
  55.  
  56. h1{font-family:"Comic Sans MS",cursive,sans-serif}
  57.  
  58. @media screen and (max-width: 480px)
  59.  
  60. </style>
  61. </head>
  62.  
  63. <body>
  64.  
  65. <h2>MakingGainzApparel.co</h2>
  66. <div id="nav">
  67. <div id="nav_wrapper">
  68. <ul>
  69. <li><a href="test.html">home</a></li>
  70. <li><a href="store.html">Store</a></li>
  71. <li><a href="contact us.html">contact us</a></li>
  72. </ul>
  73. </div>
  74. </div>
  75.  
  76.  
  77. <div id="divider">
  78. <h1> Workout Plan Selection</h1> <img src="http://i.imgur.com/tM4QQDjl.jpg"/> </div>
  79.  
  80. <p2>
  81. Name- Harvey T. Harrison
  82. <br>
  83. Age- 16
  84. <br>
  85. DoB- 29/11/98
  86. <br>
  87. Weight- 87kg
  88. <br>
  89.  
  90.  
  91.  
  92. </br>
  93. </br>
  94.  
  95.  
  96.  
  97. <p3> (TDEE) Total Daily Energy Expenditure -2800kcal
  98.  
  99. </br>
  100. </br>
  101.  
  102. Total Daily Caloric Intake -3000kcal
  103. </br>
  104.  
  105. caloric excess of -200kcal
  106. </p3>
  107.  
  108. <h3> Lean Mass Gaining Workout Routine
  109. </h3>
  110.  
  111.  
  112.  
  113. <table border="1"
  114. style="width:100%" > <tr> <th>Monday </th>
  115.  
  116.  
  117. <th>Tuesday </th>
  118. <th> Wednesay </th>
  119. <th>Thursday </th>
  120. <th> Friday </th>
  121. <th> Saturday </th>
  122. <th>Sunday
  123. </th>
  124. <th> Result </th> </tr>
  125. <tr> <td> chest </td>
  126. <td> back and triceps </td>
  127. <td> shoulders and biceps </td>
  128. <td> Legs </td>
  129. <td> cardio 45mins </td>
  130. <td> Traps + Abs + Foremens </td>
  131. <td> Rest day </td>
  132. <td> Lean mass gainer </td>
  133. </tr>
  134.  
  135. </table>
  136.  
  137. </body>
  138.  
  139. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement