dedent code block
This commit is contained in:
parent
c1bb991c5e
commit
885a7f891f
1 changed files with 15 additions and 15 deletions
|
|
@ -16,13 +16,13 @@ The easiest way to use 98.css is to import it from [unpkg](https://unpkg.com/).
|
|||
```html
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<head>
|
||||
<title>98.css example</title>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/98.css" />
|
||||
</head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body>
|
||||
<div class="window" style="margin: 32px; width: 250px">
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">
|
||||
|
|
@ -33,7 +33,7 @@ The easiest way to use 98.css is to import it from [unpkg](https://unpkg.com/).
|
|||
<p>Hello, world!</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue