summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 4 Hands-on assignments/Ch4_msglm/CSS/4.3.color.css
blob: 0e4f9ac965bfae578f54c9de06d9cb8f5cc0a09b (plain) (blame)
1
2
3
4
5
6
/* Ideally these colors shouldn't be as eye-bleachingly bright. Also, since these colors are the "purest form" of colors, css aliases like "blue" and "white" should be used.*/

body { 
    background-color: #0000FF;
    color: #FFFFFF; 
}