learn app added
This commit is contained in:
25
tools/app/angular-tour-of-heroes/src/styles.css
Normal file
25
tools/app/angular-tour-of-heroes/src/styles.css
Normal file
@ -0,0 +1,25 @@
|
||||
/* You can add global styles to this file, and also import other style files */
|
||||
h1 {
|
||||
color: #369;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 250%;
|
||||
}
|
||||
|
||||
h2, h3 {
|
||||
color: #444;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 2em;
|
||||
}
|
||||
|
||||
body, input[type="text"], button {
|
||||
color: #333;
|
||||
font-family: Cambria, Georgia, serif;
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
Reference in New Issue
Block a user