You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 line
1.1KB

  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Getting Started</title>
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  6. <link rel="stylesheet" href="css/mystyles.css">
  7. </head>
  8. <body>
  9. <div id="app"></div>
  10. <div id="container" style="width:800px; height:600px;"></div>
  11. <script src="main.js"></script>
  12. <div id="my-statusbar"></div>
  13. <h1 class="title">
  14. Bulma
  15. </h1>
  16. <p class="subtitle">
  17. Modern CSS framework based on <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox">Flexbox</a>
  18. </p>
  19. <div class="field">
  20. <div class="control">
  21. <input class="input" type="text" placeholder="Input">
  22. </div>
  23. </div>
  24. <div class="field">
  25. <p class="control">
  26. <span class="select">
  27. <select>
  28. <option>Select dropdown</option>
  29. </select>
  30. </span>
  31. </p>
  32. </div>
  33. <div class="buttons">
  34. <a class="button is-primary">Primary</a>
  35. <a class="button is-link">Link</a>
  36. </div>
  37. </body>
  38. </html>