Welcome to qwerty ヽ(´∀`)
- Demo
- CDN ( Development / Production )
qwerty is Simple, Clean, and Efficient Design Framework. It's naturally responsive.
There are a couple ways to use qwerty:
- Download the zip
- Clone the repo:
git clone https://github.com/thousandjapan/qwerty.git
- CDN
https://rawgit.com/thousandjapan/qwerty/master/css/qwerty.css
The zip file includes qwerty.css(Normalize.css is contained), and an index.html as a starting point.
qwerty/
├── index.html
│
├── css/
│ ├── qwerty.css(normalize.css is contained.)
│ └── style.css
│
├── images/
│ └── logo.png
│
└── themes/
├── qwerty-core.css(normalize.css is contained.)
└── qwerty-material.css
qwerty.css = Core Components + Default Theme. if you would like to change the theme, use qwerty-core.css and some theme.
The folloing is relation of contents.
<div class="wrap">
<div class="pack">
<div class="row">
<div class="six cols"><h1>First Content</h1></div>
<div class="four cols"><h1>Second Content</h1></div>
<div class="two cols"><h1>Second Content</h1></div>
</div>
</div>
</div>
qwerty requires the element is added classname .wrap to wrap all site contents. .pack is container of contents.
Related to text style, use tx-xxxx, For example:
- .tx-center
- .tx-right
- .tx-color
.xxxx-dark (#333333) .xxxx-smoke (#F5F5F5)
-
.show-xs Visible (max-width: 550px) Screen: Like a Mobile devices.
-
.show-sm Visible (max-width: 750px) Screen: Like a Phablet devices.
-
.show-md Visible (max-width: 1000px) Screen: Like a Tablet devices.
-
.show-lg Visible (max-width: 1200px) Screen: Like a Desktop devices.
-
.show-xl Visible (min-width: 1200px) Screen: Like a Desktop HD devices.
-
.hide-xs Unvisible (max-width: 550px) Screen: Like a Mobile devices.
-
.hide-sm Unvisible (max-width: 750px) Screen: Like a Phablet devices.
-
.hide-md Unvisible (max-width: 1000px) Screen: Like a Tablet devices.
-
.hide-lg Unvisible (max-width: 1200px) Screen: Like a Desktop devices.
-
.hide-xl Unvisible (min-width: 1200px) Screen: Like a Desktop HD devices.
Coming soon.
Coming soon.
- Chrome latest
- Firefox (Unverified)
- Opera (Unverified)
- Safari (Unverified)
- IE (Unverified)
qwerty was created by Hiro(@hiro__dev).