Advertisement
MUstar

none-ui v1.0.0

Dec 7th, 2018
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.10 KB | None | 0 0
  1. /*
  2.  * none-ui - A very simple CSS Framework that I made for use
  3.  * Version : v1.0.0
  4.  * Copyright 2018 MU-star.net
  5.  * Licensed under WTFPL (https://pastebin.com/vWxs25wc)
  6.  
  7.  */
  8.  
  9. html{
  10.     -webkit-tap-highlight-color: rgba(0,0,0,0);
  11. }
  12. body{
  13.     margin: 0;
  14. }
  15. .row{
  16.     margin: 0;
  17. }
  18. .columns-1{width: 8.33333333333333%}
  19. .columns-2{width: 16.66666666666667%}
  20. .columns-3{width: 25%}
  21. .columns-4{width: 33.33333333333333%}
  22. .columns-5{width: 41.66666666666667%}
  23. .columns-6{width: 50%}
  24. .columns-7{width: 58.33333333333333%}
  25. .columns-8{width: 66.66666666666667%}
  26. .columns-9{width: 75%}
  27. .columns-10{width: 83.33333333333333%}
  28. .columns-11{width: 91.66666666666667%}
  29. .columns-12{width: 100%}
  30. .left{text-align: center; align-content: left; align-items: left}
  31. .center{text-align: center;align-content: center;align-items: center;}
  32. .right{text-align: right; align-content: flex-end; align-items: flex-end;}
  33. .v_center {margin-top: auto; margin-bottom: auto;}
  34. .text-input{
  35.     -webkit-appearance: textfield;
  36.     box-shadow: none;
  37.     background: #ffffff;
  38.     min-height: 30px;
  39.     font-size: 14px;
  40.     round
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement