Refactor. JS time!
This commit is contained in:
137
Assignments/HTML/MP05_CalebFontenot/public_html/pacific.css
Normal file
137
Assignments/HTML/MP05_CalebFontenot/public_html/pacific.css
Normal file
@@ -0,0 +1,137 @@
|
||||
/*
|
||||
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
|
||||
*/
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
background-color: #EAEAEA;
|
||||
|
||||
color: #555555;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.wrapper {
|
||||
background-color: #90C7E3;
|
||||
width: 80%;
|
||||
background-image: linear-gradient(to bottom, #FFFFFF, #90C7E3);
|
||||
min-width: 960px;
|
||||
max-width: 2048px;
|
||||
box-shadow: 1px 1px 1px #000033;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
header {
|
||||
background-color: #002171;
|
||||
color: #FFFFFF;
|
||||
line-height: 120px;
|
||||
padding-top: 30px;
|
||||
padding-left: 3em;
|
||||
text-align: center;
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
}
|
||||
nav {
|
||||
padding:1.5em;
|
||||
font-size: 120%;
|
||||
float: left;
|
||||
width: 160px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
padding: 1em;
|
||||
}
|
||||
nav ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
nav a:link, a:visited {
|
||||
color: #344873;
|
||||
}
|
||||
nav :hover {
|
||||
color: #A52A2A;
|
||||
}
|
||||
header a:link a:visited {
|
||||
text-decoration: none;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
main {
|
||||
padding-top: 1px;
|
||||
padding-right: 20px;
|
||||
padding-left: 20px;
|
||||
background-color: #FFFFFF;
|
||||
width: 100%;
|
||||
}
|
||||
h1{
|
||||
margin-bottom: 0;
|
||||
font-family: Georgia, "Times New Roman", sans-serif;
|
||||
font-size: 3em;
|
||||
letter-spacing: 0.25em;
|
||||
}
|
||||
h2 {
|
||||
color: #1976D2;
|
||||
font-family: Georgia, "Times New Roman", sans-serif;
|
||||
text-shadow: 1px 1px #CCCCCC;
|
||||
}
|
||||
h3 {
|
||||
color: #000033;
|
||||
font-family: Georgia, "Times New Roman", sans-serif;
|
||||
}
|
||||
dt {
|
||||
color: #002171;
|
||||
}
|
||||
ul {
|
||||
list-style-image: url('images/marker.gif');
|
||||
}
|
||||
footer {
|
||||
font-size: 75%;
|
||||
font-style: italic;
|
||||
font-family: Georgia, "Times New Roman", sans-serif;
|
||||
text-align: center;
|
||||
padding: 2em;
|
||||
}
|
||||
.resort {
|
||||
color: #1976D2;
|
||||
font-weight: bold;
|
||||
}
|
||||
.contact {
|
||||
font-size: 90%;
|
||||
}
|
||||
img {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
#homehero {
|
||||
height: 300px;
|
||||
margin-left: 190px;
|
||||
background-image: url("images/coast2.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
#yurthero {
|
||||
height: 300px;
|
||||
background-image: url("images/yurt.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
margin-left: 190px;
|
||||
}
|
||||
#trailhero {
|
||||
height: 300px;
|
||||
background-image: url("images/trail.jpg");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
margin-left: 190px;
|
||||
}
|
||||
#qanda {
|
||||
background-color: #FFFFFF;
|
||||
margin-left: 190px;
|
||||
width: auto;
|
||||
}
|
||||
table {
|
||||
border: 0px;
|
||||
}
|
Reference in New Issue
Block a user