LAB 7.2 - WEB GRAPHIC 2
<DOCTYPE html>
<html lang="en">
<head>
<title>Trilium Media Design</title>
<meta charset="utf-8">
<style>
body{
background-color: #f2ffe6;
color: #191970
}
h1{
background-color: #adebad;
color: #336600;
}
h2 {
background-color:#d5edb3;
color:#5c743d;
background-image:url(trilliumbg.gif);
background-repeat: no-repeat;
background-position: left top;
background-size: 30px 25px;
padding-left: 30px;
}
.service{
color: crimoson;
}
.media{
background-color: #f2ffe6;
}
</style>
</head>
<body>
<header>
<img src="trilliumbanner.jpg" alt="trilliumbanner">
</header>
<img src="home.gif" alt="home">
<img src="services.gif" alt="services">
<img src="contact.gif" alt="contact">
<div class="media">
<h2>New Media and Web Design</h2>
<p>Trillium Media Design will bring your company's Web presence to the next level.<br>
We offer a comprehensive range of services:</p>
<ul>
<li>Website Design</li>
<li>Interactive Animation</li>
<li>E-Commerce Solution</li>
<li class="service">Usability Studies</li>
<li class="service">Search Engine Optimiztion</li>
</ul>
<h2>Meeting Your Business Needs</h2>
<p>Our expert designers are crative and eager to work with you.</p>
</div>
<footer>
Copyright © 2014 Your Name Here
</footer>
</body>
</html>
<html lang="en">
<head>
<title>Trilium Media Design</title>
<meta charset="utf-8">
<style>
body{
background-color: #f2ffe6;
color: #191970
}
h1{
background-color: #adebad;
color: #336600;
}
h2 {
background-color:#d5edb3;
color:#5c743d;
background-image:url(trilliumbg.gif);
background-repeat: no-repeat;
background-position: left top;
background-size: 30px 25px;
padding-left: 30px;
}
.service{
color: crimoson;
}
.media{
background-color: #f2ffe6;
}
</style>
</head>
<body>
<header>
<img src="trilliumbanner.jpg" alt="trilliumbanner">
</header>
<img src="home.gif" alt="home">
<img src="services.gif" alt="services">
<img src="contact.gif" alt="contact">
<div class="media">
<h2>New Media and Web Design</h2>
<p>Trillium Media Design will bring your company's Web presence to the next level.<br>
We offer a comprehensive range of services:</p>
<ul>
<li>Website Design</li>
<li>Interactive Animation</li>
<li>E-Commerce Solution</li>
<li class="service">Usability Studies</li>
<li class="service">Search Engine Optimiztion</li>
</ul>
<h2>Meeting Your Business Needs</h2>
<p>Our expert designers are crative and eager to work with you.</p>
</div>
<footer>
Copyright © 2014 Your Name Here
</footer>
</body>
</html>


Comments
Post a Comment