<style>
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
.image{
vertical-align: top;
display: inline-block;
max-width: 100%;
margin: 5px;
text-align: center;
}
.image img{
height: 28px;
line-height: 0;
padding: 2px;
margin: -2px;
}
.text {
margin-block: auto;
font-size: 28px;
line-height: 0;
text-align: center;
color: gray;
}
.text{
display: block;
font-size: 28px;
text-align: center;
}
.proddesc h3{
font-weight: 400;
}
.proddesc span{
display: block;
line-height: 2;
font-weight: 600;
}
.proddesc ul{
line-height: 20px;
}
.features1{
display: inline-block;
width: 100%;
height: auto;
margin-top: -20px;
}
.icons{
display: block;
position: relative;
float: left;
height: 100px;
width: auto;
}
.classtext{
position: relative;
float: left;
max-width: 80%;
left: 30px;
margin-bottom: 0rem;
}
.head strong{
color: #333333;
}
</style>
<body>
<br>
<p class="head"><strong>Product Features</strong></p>
<div class="container" >
<div class="image">
<img src="https://dqvd9g622ecnq.cloudfront.net/media/wysiwyg/Candle-flame-1k-2k.png" alt="" />
<div class="text"><p><br></p></div>
</div>
<div class="image">
<img src="https://dqvd9g622ecnq.cloudfront.net/media/wysiwyg/Household-lighting-2.5k-3.5k.png" alt="" />
<div class="text"><p><br></p></div>
</div>
<div class="image">
<img src="https://dqvd9g622ecnq.cloudfront.net/media/wysiwyg/Sunrise-and-sunset-3k-4k.png" alt="" />
<div class="text"><p><br></p></div>
</div>
<div class="image">
<img src="https://dqvd9g622ecnq.cloudfront.net/media/wysiwyg/Sunlight-and-Flash5.2k-6k_1.png" alt="" />
<div class="text"><p><br></p></div>
</div>
<div class="image">
<img src="https://dqvd9g622ecnq.cloudfront.net/media/wysiwyg/Clear-sky-6k-6.5k_1.png" alt="" />
<div class="text"><p></p></div>
</div>
<div class="image">
<img style="border: 1px solid grey; border-radius: 5px;" src="https://dqvd9g622ecnq.cloudfront.net/media/wysiwyg/Cloud-sky-and-shade6.5k-8k.png" alt="" />
<div class="text"><span>🢑<span><p>6500 k</p></div>
</div>
<div class="image">
<img src="https://dqvd9g622ecnq.cloudfront.net/media/wysiwyg/Heavily-overcast-sky9k-10k.png" alt="" />
<div class="text"> <p></p></div>
</div>
</div>
Color Temperature
- Daylight (6500k)
A light that mimics the natural glow of sunlight. Its glow casts a bright natural light that can be used in any space, creating an active atmosphere.
Great for: Study room, Bathroom, Storage room
<style>
.features{
display: inline-block;
width: 100%;
height: auto;
margin: -2rem;
}
.feature-images{
display: block;
position: relative;
float: left;
height: 100px;
width: auto;
}
.desctext{
position: relative;
float: left;
max-width: 80%;
left: 30px;
color: gray;
}
</style>
</head>
<body>
<!--- 1---->
<div class="features">
<img class="feature-images" src="https://dqvd9g622ecnq.cloudfront.net/media/wysiwyg/Longer-lifespan.png" alt="" />
<br><p class="desctext" ><strong><h3 style ="margin-bottom: 0rem;">Longer lifespan</h3></strong>Built to last a lot longer than icandescents and CFLs, lasts up to 20,000 hours.</p></div>
<!---2 ---->
<div class="features">
<img class="feature-images" src="https://dqvd9g622ecnq.cloudfront.net/media/wysiwyg/More-Saving.png" alt="" />
<br><p class="desctext" ><strong><h3 style ="margin-bottom: 0rem;">Higher lumen</h3></strong>Has a high lumen output and a low wattages for efficiency</p></div>
<!--- 3---->
<div class="features">
<img class="feature-images" src="https://dqvd9g622ecnq.cloudfront.net/media/wysiwyg/Eco-friendly.png" alt="" />
<br><p class="desctext" ><strong><h3 style ="margin-bottom: 0rem;">More saving</h3></strong>Consume up to 70% less power than incandescent bulbs.</p></div>
<!---4 ---->
<div class="features">
<img class="feature-images" src="https://dqvd9g622ecnq.cloudfront.net/media/wysiwyg/Higher-Lumen.png" alt="" />
<br><p class="desctext" ><strong><h3 style ="margin-bottom: 0rem;">Eco-friendly</h3></strong>Contains no mercury or other hazardous substances.</p></div>
</body>
Log In