lab-development-imb/web/11/demos/01_styles_cascading.css

15 lines
202 B
CSS

body {
color: blue;
font-size: small;
}
p {
color: cornflowerblue;
font-weight: bolder;
box-shadow: 2px 2px 5px red;
}
span {
font-size: large;
/* box-shadow: inherit; */
}