ASDV-WebDev/Assignments/lab4_CalebFontenot/public_html/4.4/classid.html
2023-01-25 10:57:54 -06:00

54 lines
1.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<title>Trillium Media Design</title>
<meta charset="utf-8">
<style>
body {
background-color: #E6E6FA;
color: #191970;
}
h1 {
background-color: #191970;
color: #E6E6FA;
}
h2 {
background-color: #AEAED4;
color: #191970;
}
.feature
 {
 color: #FF0000;
}
#new 
{
 color: #FF00CC;
}
</style>
</head>
<body>
<header>
<h1>Trillium Media Design</h1>
</header>
<nav><a href="index.html">Home</a> &nbsp;
<a href="services.html">Services</a> &nbsp;
<a href="contact.html">Contact</a>
</nav>
<main>
<h2>New Media and Web Design</h2>
<p>Trillium Media Design will bring your company&rsquo;s Web presence to the next level. We offer a comprehensive range of services:</p>
<ul class="feature">
<li>Website Design</li>
<li>Interactive Animation</li>
<li>E-Commerce Solutions</li>
<li class="feature">Usability Studies</li>
<li class="feature">Search Engine Optimization</li>
</ul>
<h2>Meeting Your Business Needs</h2>
<p id="new">Our expert designers will listen to you as they create a website that helps to promote and grow your business.</p>
</main>
<footer>
Copyright &copy; 2023 Caleb Christopher Fontenot
</footer>
</body>
</html>