Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.57 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4.  <title>Select Location</title>
  5.  <style media="screen" type="text/css">
  6.  .button {
  7.      background-color: #4CAF50; /* Green */
  8.      border: none;
  9.      color: white;
  10.      padding: 15px 32px;
  11.      text-align: center;
  12.      text-decoration: none;
  13.      display: inline-block;
  14.      font-size: 16px;
  15.  }
  16.  </style>
  17. </head>
  18. <body>
  19.   <div id="container" style="text-align: center;">
  20.     <h1> Choose location </h1>
  21.     <a href="/nyirad" class="button">Nyirád</a>
  22.     <a href="/odense" class="button">Odense</a>
  23.   </div>
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement