15 lines
300 B
CSS
15 lines
300 B
CSS
|
/* #docregion */
|
||
|
h1 {
|
||
|
color: #369;
|
||
|
font-family: Arial, Helvetica, sans-serif;
|
||
|
font-size: 250%;
|
||
|
}
|
||
|
body {
|
||
|
margin: 2em;
|
||
|
}
|
||
|
|
||
|
/*
|
||
|
* See https://github.com/angular/angular.io/blob/master/public/docs/_examples/styles.css
|
||
|
* for the full set of master styles used by the documentation samples
|
||
|
*/
|