You've already forked system.css
mirror of
https://github.com/sakofchit/system.css.git
synced 2026-05-05 06:01:22 +09:00
unecessary indent
This commit is contained in:
82
README.md
82
README.md
@@ -12,49 +12,49 @@ There's a couple ways you can get started with System.css!
|
||||
|
||||
Here's some starter code to help you get started:
|
||||
```html
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>System.css Starter</title>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/@sakun/system.css@0.1.0/dist/system.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="window" style="width:30rem;">
|
||||
<div class="title-bar">
|
||||
<button class="close"></button>
|
||||
<h1 class="title">System.css</h1>
|
||||
<button class="resize"></button>
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
|
||||
<div class="window-pane">
|
||||
Hello world!
|
||||
</div>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>System.css Starter</title>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/@sakun/system.css@0.1.0/dist/system.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="window" style="width:30rem;">
|
||||
<div class="title-bar">
|
||||
<button class="close"></button>
|
||||
<h1 class="title">System.css</h1>
|
||||
<button class="resize"></button>
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
|
||||
<div class="window-pane">
|
||||
Hello world!
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="window" style="width:30rem;">
|
||||
<div class="title-bar">
|
||||
<button class="close"></button>
|
||||
<h1 class="title">Search</h1>
|
||||
<button class="hidden"></button>
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
|
||||
<div class="modeless-dialog">
|
||||
<section class="field-row" style="justify-content: flex-start">
|
||||
<p class="modeless-text">Find:</p>
|
||||
<input type="text" style="width:100%;" placeholder=""/>
|
||||
|
||||
</section>
|
||||
<section class="field-row" style="justify-content: flex-end">
|
||||
<button class="btn">Cancel</button>
|
||||
<button class="btn" style="width:95px;">Find</button>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<div class="window" style="width:30rem;">
|
||||
<div class="title-bar">
|
||||
<button class="close"></button>
|
||||
<h1 class="title">Search</h1>
|
||||
<button class="hidden"></button>
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
|
||||
<div class="modeless-dialog">
|
||||
<section class="field-row" style="justify-content: flex-start">
|
||||
<p class="modeless-text">Find:</p>
|
||||
<input type="text" style="width:100%;" placeholder=""/>
|
||||
|
||||
</section>
|
||||
<section class="field-row" style="justify-content: flex-end">
|
||||
<button class="btn">Cancel</button>
|
||||
<button class="btn" style="width:95px;">Find</button>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
**Import from [npmjs](https://www.npmjs.com/package/@sakun/system.css)**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user