Added CSS file to repository
This commit is contained in:
parent
41c7d6b6ed
commit
35c8667930
|
@ -0,0 +1,15 @@
|
||||||
|
div.section {
|
||||||
|
margin-left: 2em;
|
||||||
|
max-width: 40em;
|
||||||
|
border-left-style: solid;
|
||||||
|
border-width: 1px;
|
||||||
|
background-color: #FFF;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
background-color: #CCC;
|
||||||
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
background-color: #CCC;
|
||||||
|
}
|
Loading…
Reference in New Issue