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.

34 lines
724 B

8 years ago
8 years ago
  1. <?php $this->layout('layout', ['title' => $title]); ?>
  2. <div class="ui middle aligned center aligned grid">
  3. <div class="column">
  4. <form class="ui large form">
  5. <div class="ui stacked segment">
  6. <div class="field">
  7. <div class="ui left icon input">
  8. <i class="linkify icon"></i>
  9. <input type="text" name="url" placeholder="http://example.com">
  10. </div>
  11. </div>
  12. <div class="ui fluid large teal submit button">Go</div>
  13. </div>
  14. </form>
  15. </div>
  16. </div>
  17. <style type="text/css">
  18. body {
  19. background-color: #e9e9e9;
  20. }
  21. body > .grid {
  22. height: 100%;
  23. }
  24. .image {
  25. margin-top: -100px;
  26. }
  27. .column {
  28. max-width: 450px;
  29. }
  30. </style>