ASDV-WebDev/Semester 1/Assignments/HTML/MP02_CalebFontenot/public_html/pacific.css

32 lines
540 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 25, 2023, 9:50:47 AM
Author : caleb
*/
body {
background-color: #FFFFFF;
color: #555555;
}
header {
background-color: #002171;
color: #FFFFFF;
}
nav {
background-color: #BBDEFB;
}
h1{
margin-bottom: 0;
}
h2 {
color: #1976D2;
}
dt {
color: #002171;
}
.resort {
color: #1976D2;
}