asterisk
Version:
CSS docuemnt generator.
30 lines (22 loc) • 344 B
CSS
/*
This is sample description of `.btn`.
```html
<button class='btn'>Button</button>
```
<button class='btn'>Button</button>
*/
.btn {
display: inline-block;
width: 100px;
line-height: 1;
font-size: 20px;
}
/*
This is a description of `.container`.
```html
<div class='container'></div>
```
*/
.container {
min-width: 800px;
}