ASDV-WebDev/Semester 1/Assignments/HTML/MP03_CalebFontenot/Printed HTMLs/pacific.html
2023-08-16 17:31:33 -05:00

87 lines
3.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>pacific.css</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style type="text/css">
<!--
body {color: #a9b7c6; background-color: #2b2b2b; font-family: monospace; font-weight: bold}
pre {color: #a9b7c6; background-color: #2b2b2b; font-family: monospace; font-weight: bold}
table {color: #888888; background-color: #313335; font-family: monospace; font-weight: bold}
.ST1 {color: #287bde}
.numbers {color: #6897bb}
.strings {color: #6a8759}
.ST0 {color: #808080; background-color: #323232}
.comments {color: #808080}
-->
</style>
</head>
<body>
<table width="100%"><tr><td align="center">/home/caleb/ASDV-WebDev/Assignments/MP03_CalebFontenot/public_html/pacific.css</td></tr></table>
<pre>
<span class="ST0">/*</span>
<span class="comments">Click </span><span class="ST1">nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt</span><span class="comments"> to change this license</span>
<span class="comments">Click </span><span class="ST1">nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css</span><span class="comments"> to edit this template</span>
<span class="comments">*/</span>
<span class="comments">/*</span>
<span class="comments">Created on : Jan 25, 2023, 9:50:47 AM</span>
<span class="comments">Author : caleb</span>
<span class="comments">*/</span>
body {
background-color: <span class="numbers">#FFFFFF</span>;
color: <span class="numbers">#555555</span>;
font-family: Arial, Helvetica, sans-serif;
}
header {
background-color: <span class="numbers">#002171</span>;
color: <span class="numbers">#FFFFFF</span>;
line-height: <span class="numbers">400%</span>;
text-indent: <span class="numbers">1em</span>;
background-image: <span class="strings">url(&quot;images/sunset.jpg&quot;)</span>;
background-repeat: no-repeat;
background-position: right;
}
nav {
background-color: <span class="numbers">#BBDEFB</span>;
font-weight: bold;
text-decoration: none;
}
h1{
margin-bottom: <span class="numbers">0</span>;
font-family: Georgia, <span class="strings">&quot;Times New Roman&quot;</span>, sans-serif;
}
h2 {
color: <span class="numbers">#1976D2</span>;
font-family: Georgia, <span class="strings">&quot;Times New Roman&quot;</span>, sans-serif;
}
h3 {
color: <span class="numbers">#000033</span>;
font-family: Georgia, <span class="strings">&quot;Times New Roman&quot;</span>, sans-serif;
}
dt {
color: <span class="numbers">#002171</span>;
}
ul {
list-style-image: <span class="strings">url(&#39;images/marker.gif&#39;)</span>
}
footer {
font-size: <span class="numbers">75%</span>;
font-weight: italic;
font-family: Georgia, <span class="strings">&quot;Times New Roman&quot;</span>, sans-serif;
text-align: center;
}
.resort {
color: <span class="numbers">#1976D2</span>;
font-weight: bold;
}
.contact {
font-size: <span class="numbers">90%</span>;
}
img {
height: <span class="numbers">100%</span>;
width: <span class="numbers">100%</span>;
}
</pre></body>
</html>