ASDV-WebDev/Assignments/lab4_CalebFontenot/public_html/4.6/trillium.css
2023-01-25 10:57:54 -06:00

37 lines
610 B
CSS

/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/*
Created on : Jan 24, 2023, 9:20:27 AM
Author : caleb
*/
body
{
background-color: #E6E6FA;
color: #191970;
}
h1 {
background-color: #191970;
color: #E6E6FA;
}
h2 {
background-color: #AEAED4;
color: #191970;
}
nav {
background-color: #E2E2EF;
}
footer {
color: #666666;
}
.companyname {
color: #6A6AA7;
}
.feature {
color: #FF0000;
}
#new {
color: #FF00CC;
}