Files
Harshit-Sachdev/Week-1/Day-3/example.css

14 lines
125 B
CSS

h1 {
color: darkblue;
font-size: 2.5em;
}
p {
color: gray;
font-size: 1em;
}
body {
background-color: #f0f0f0;
}