8 lines
231 B
CSS
8 lines
231 B
CSS
ARTICLE { font-family: sans-serif;
|
|
background: white; color: black }
|
|
AUTHOR { margin: 1em; color: red }
|
|
HEADLINE { text-align: right;
|
|
margin-bottom: 2em }
|
|
PARA { line-height: 1.5;
|
|
margin-left: 15% }
|
|
INSTRUMENT { color: blue } |