summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/trillium/4.6.trillium.css
blob: c260a61ec32c7ee166b7d10aee7bb1f8bea2a84a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body { 
    background-color: #F9F0FE;
    color: #5B3256;
}
h1 { 
    background-color: #833B83;
    color: #F9F0FE;
}
h2 { 
    background-color: #AD77C3;
    color: #F9F0FE;
}
span {
    background-color: black;
}
span h1 {
    color: yellow;
}