Week 1 Day 3: CSS Introduction
This commit is contained in:
13
Week-1/Day-3/example.css
Normal file
13
Week-1/Day-3/example.css
Normal file
@@ -0,0 +1,13 @@
|
||||
h1 {
|
||||
color: darkblue;
|
||||
font-size: 2.5em;
|
||||
}
|
||||
|
||||
p {
|
||||
color: gray;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
Reference in New Issue
Block a user