Skip to content

Commit

Permalink
Add dialog tag style
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitrinicolas committed Aug 25, 2018
1 parent 3c8dab8 commit 77d45bd
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 19 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
This project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.1.0 - 2018-08-25
- Added dialog.

## 1.0.0 - 2018-08-25
- Initial release.
- Initial release.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Available at the address: [dimitrinicolas.github.io/semantic.css/][doc]
</header>
```

### Main & Sections content
### Main & Section content

```html
<main>
Expand All @@ -48,7 +48,7 @@ Available at the address: [dimitrinicolas.github.io/semantic.css/][doc]
</main>
```

### Headings
### Heading

```html
<h1>h1 title</h1>
Expand All @@ -59,14 +59,14 @@ Available at the address: [dimitrinicolas.github.io/semantic.css/][doc]
<h6>h6 title</h6>
```

### Buttons
### Button

```html
<button>Button</button>
<button disabled>Disabled button</button>
```

### Lists
### List

```html
<ul>
Expand All @@ -81,7 +81,7 @@ Available at the address: [dimitrinicolas.github.io/semantic.css/][doc]
</ol>
```

### Blockquotes
### Blockquote

```html
<blockquote>
Expand All @@ -90,7 +90,7 @@ Available at the address: [dimitrinicolas.github.io/semantic.css/][doc]
</blockquote>
```

### Images
### Image

```html
<img src="assets/img.jpg" alt="Icelandic landscape">
Expand All @@ -100,8 +100,14 @@ Available at the address: [dimitrinicolas.github.io/semantic.css/][doc]
</picture>
```

### Forms
#### Inputs
### Dialog

```html
<dialog open>An open dialog</dialog>
```

### Form
#### Input

```html
<form>
Expand All @@ -113,7 +119,7 @@ Available at the address: [dimitrinicolas.github.io/semantic.css/][doc]
</form>
```

#### Checkboxes & Radios
#### Checkbox & Radio

```html
<form>
Expand Down
2 changes: 1 addition & 1 deletion dist/semantic.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77d45bd

Please sign in to comment.