Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. <div class="container" style="display: flex; flex-flow: row nowrap; justify-content: flex-start;">
  2. <div class="container_c" style="display: flex; flex-flow: row nowrap; justify-content: flex-start; margin: auto 10px auto 0px;">
  3. <input type="checkbox" style="margin: auto 5px auto 0px;" />
  4. <input type="text" placeholder="Nombre" style="font-family: Tahoma; width: 100px; border: 1px solid #3d3d3d; padding: 3px; font-size: 11px;" />
  5. </div>
  6.  
  7. <div class="container_c" style="display: flex; flex-flow: row nowrap; justify-content: flex-start; margin: auto 10px auto 0px;">
  8. <input type="checkbox" style="margin: auto 5px auto 0px;" />
  9. <input type="text" placeholder="Nivel" style="font-family: Tahoma; width: 60px; border: 1px solid #3d3d3d; padding: 3px; font-size: 11px;" />
  10. </div>
  11.  
  12. <div class="container_c" style="display: flex; flex-flow: row nowrap; justify-content: flex-start; margin: auto 10px auto 0px;">
  13. <input type="checkbox" style="margin: auto 5px auto 0px;" />
  14. <p style="font-family: Tahoma; font-size: 13px;">Invisible</p>
  15. </div>
  16. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement