lab-development-imb/web/11/demos/00_styles_nikolaus.css

26 lines
262 B
CSS

h1 {
color: goldenrod;
}
p {
font-size: 1.5em;
}
.refrain {
font-size: 1.2em;
color: green;
}
.strophe{
color: darkred;
}
.nikolaus{
font-size: 1.3em;
font-style: italic;
font-weight: bolder;
}
h1 .nikolaus{
box-shadow: 1px 1px 2px 3px darkgreen;
}