選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

44 行
1.0KB

  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>Getting Started</title>
  5. <link rel="stylesheet" href="css/mystyles.css">
  6. </head>
  7. <body>
  8. <div id="container" style="width:800px; height:600px;"></div>
  9. <script src="main.js"></script>
  10. <div id="my-statusbar"></div>
  11. <h1 class="title">
  12. Bulma
  13. </h1>
  14. <p class="subtitle">
  15. 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>
  16. </p>
  17. <div class="field">
  18. <div class="control">
  19. <input class="input" type="text" placeholder="Input">
  20. </div>
  21. </div>
  22. <div class="field">
  23. <p class="control">
  24. <span class="select">
  25. <select>
  26. <option>Select dropdown</option>
  27. </select>
  28. </span>
  29. </p>
  30. </div>
  31. <div class="buttons">
  32. <a class="button is-primary">Primary</a>
  33. <a class="button is-link">Link</a>
  34. </div>
  35. </body>
  36. </html>