Assignment
Assignment
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Top Center</title>
</head>
<body>
<div style="width: 750px;">
<div style="text-align: center; margin-left: 370px;">
<img src="C:\Users\DEVA\Pictures\Assignment\Logo.jpg" style="border: 4px
solid red;">
</div>
<div style="height: 28px; background-color: #f6f6f6;"></div>
<div style="text-align: center; margin-left: 370px;">
<img src="C:\Users\DEVA\Pictures\Assignment\top-banner.jpg" style="border:
4px solid red;">
</div>
<div style="height: 28px; background-color: #f6f6f6;"></div>
</div>
<div style="width: 75%; text-align: left; margin-left: 375px">
<img src="C:\Users\DEVA\Pictures\Assignment\left-banner.jpg"
style="border: 4px solid red;">
</div>
<div style="width: 75%; text-align: right; margin-right: 375px; margin-top: -
333px;">
<img src="C:\Users\DEVA\Pictures\Assignment\right-banner.jpg"
style="border: 4px solid red;">
</div>
<div style="text-align: center; margin-top: -5px;">
<img src="C:\Users\DEVA\Pictures\Assignment\social-media.jpg"
style="border: 4px solid red;">
</div>
<div style="position: relative; background-color: #e4e8ea; height: 158px;
padding: 10px;">
<p style="position: absolute; top: 50%; left: 370px; transform:
translateY(-50%); font-family: Verdana, sans-serif; font-size: 12px; color:
#666666; line-height: 20px; margin: 0; padding: 0; text-align: left;">
This is an advertising message from Fashion shop ,1900 Several Avenue,
Sule, Seattle, WA 28203.<br>
<span style="text-decoration: underline;">Privacy Policy</span><br>
Make sure our messages get to your inbox(and not your bulk or junk
folders).Please add<br>
[email protected] to your contacts!<br>
You are receiving this email because you have visited our site or asked
us about regular newsletter.<br>
If you wish to unsubscribe from our newsletter, click <span style="text-
decoration: underline;">here</span>.
</p>
</div>
</div>
</body>
</html>