Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- * none-ui - A very simple CSS Framework that I made for use
- * Version : v1.0.0
- * Copyright 2018 MU-star.net
- * Licensed under WTFPL (https://pastebin.com/vWxs25wc)
- */
- html{
- -webkit-tap-highlight-color: rgba(0,0,0,0);
- }
- body{
- margin: 0;
- }
- .row{
- margin: 0;
- }
- .columns-1{width: 8.33333333333333%}
- .columns-2{width: 16.66666666666667%}
- .columns-3{width: 25%}
- .columns-4{width: 33.33333333333333%}
- .columns-5{width: 41.66666666666667%}
- .columns-6{width: 50%}
- .columns-7{width: 58.33333333333333%}
- .columns-8{width: 66.66666666666667%}
- .columns-9{width: 75%}
- .columns-10{width: 83.33333333333333%}
- .columns-11{width: 91.66666666666667%}
- .columns-12{width: 100%}
- .left{text-align: center; align-content: left; align-items: left}
- .center{text-align: center;align-content: center;align-items: center;}
- .right{text-align: right; align-content: flex-end; align-items: flex-end;}
- .v_center {margin-top: auto; margin-bottom: auto;}
- .text-input{
- -webkit-appearance: textfield;
- box-shadow: none;
- background: #ffffff;
- min-height: 30px;
- font-size: 14px;
- round
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement