Guest User

Untitled

a guest
Mar 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <body>
  5. <div>
  6. <div class="content well">
  7. <h1 class="block-text-center engraved-text" style="padding-bottom: 15px; margin-bottom: -7px;">Your Local Weather</h1>
  8. <div id="temp-cel">Loading...</div>
  9. <div id="additional-description" style="padding-bottom: 15px;" class="col">Loading...</div>
  10. <img id="weather-img" style="margin: 0px; margin-top: -30px; padding: 0px;"></img>
  11. <div class="row">
  12. <div class="col-6">
  13. <button type="button" id="cel-to-fahr" style="float: right;">Fahrenheit</button>
  14. </div>
  15. <div class="col-1">
  16. <button type="button" id="fahr-to-cel" style="padding-left: 20px; padding-right: 20px;">Celsius</button>
  17. </div>
  18. </div>
  19. </div>
  20. </div>
  21. </body>
  22.  
  23. </html>
Add Comment
Please, Sign In to add comment