UNPKG
ember-slimguide
Version:
latest (0.0.1)
0.0.1
0.0.0
A test for bottled-ember
ember-slimguide
/
docs
/
css
/
global.md
14 lines
(8 loc)
•
247 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CSS Global Styles
## Element styles
All of the below are default element styles.
### Horizontal Rule `<hr>`
If you would like to add a
break
between content then you can
use
the pre-styled Horizontal Rule
`<hr>`
element.
``
`html <hr> `
``