/home/caleb/ASDV-WebDev/Assignments/lab4_CalebFontenot/public_html/4.6/trillium.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;
}