Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. .container
  2. .spacing
  3. %span{:class=>"fa-stack fa-lg logo"}
  4. %i{:class=>"fa fa-square fa-stack-2x "}
  5. %i{:class=>"fa fa-magic fa-stack-1x fa-inverse"}
  6. %h1
  7. Magic
  8. %strong Wizard
  9. %input{:class=>"text",:placeholder=>"Where did the elf go?"}
  10. %input{:class=>"text int",:placeholder=>"Type the power"}
  11. %input{:type=>"submit",:class=>"button",:value=>"Add item"}
  12. %nav
  13. %button{:class=>"nav-button active"}
  14. %span{:class=>"fa fa-plus"}
  15. New item
  16. %button{:class=>"nav-button"}
  17. %span{:class=>"fa fa-list"}
  18. All items
  19. %button{:class=>"nav-button"}
  20. %span{:class=>"fa fa-cog"}
  21. Settings
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement