Eyeandbase

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

<!

DOCTYPE html>
<html>
<head>
<title>EYE AND BASE</title>
<link rel='stylesheet' href='project4.css'>
</head>

<body>
<div class='class1'>
<h1>Lumiere Collection</h1>
</div>

<div class='class2'>
<a class='home' href="HOME.html">Home</a>
<a class='makeup2' href="Eyeandbasemakeup.html">E&B</a>
<a class='makeup1' href="Lipmakeup.html">Lips</a>
<a class='shop' href="Buy.html">Shop!</a>
</div>

<div class='box1'>
<h2>4. Luce </h2>
<table>
<tr>
<td><img class='imgbox' src='BIRDS.jpg'></td>
<td><p>Luce, a brand new eyeshadow pallet that ensures vibrant tones to your
liking. "Luce" as this products name, meaning Light was chosen as it makes your
eyes shine bright.</p></td>
</tr>
</table>
</div>

<img class='line' src='line.png'>

<div class='box2'>
<h2>3. Vesper</h2>
<table>
<tr>
<td><img class='imgbox' src='BLUSH.jpg'></td>
<td><p>Ever seen the pink colored sunset? Our product, vesper surely shows it. With
its highly pigmented pink shade, you'll surely get the flush that go against the
sun, of course don't put too much blush!</p></td>
</tr>
</table>
</div>

<img class='line' src='line.png'>

<div class='box1'>
<h2>2. Vivacity</h2>
<table>
<tr>
<td><img class='imgbox' src='SHIM.jpg'></td>
<td><p> Ever seen the shimmer of the sun while its at the blue sea? Doesn't it
remin you of glitter? Vivacity meaning shine or shimmer has been the most pigmented
highlighted we have created, so bright it may rival the sun itself. </p></td>
</tr>
</table>
</div>
<img class='line' src='line.png'>

<div class='box2'>
<h2>1. Luminescence </h2>
<table>
<tr>
<td><img class='imgbox' src='FOUND.jpg'></td>
<td><p>Most foundation formulas either make your skin dry, patchy, red, or not
match your skin. That's why our brand new Foundation named "Luminescence" has been
made, matches ALL shades of skin from white to the darkest possible shade of skin!
Not only does it assure FULL coverage, it provides a youthful glow on your
face.</p></td>
</tr>
</table>
</div>

<img class='line' src='line.png'>

<h1 class='shadow'>N E W C O L L E C T I O N</h1>

</body>
</html>

You might also like