Refactor. JS time!
This commit is contained in:
32
Assignments/HTML/MP02_CalebFontenot/public_html/pacific.css
Normal file
32
Assignments/HTML/MP02_CalebFontenot/public_html/pacific.css
Normal file
@@ -0,0 +1,32 @@
|
||||
/*
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user