smart bedroom decoration
smart bathroom room decoration
smart bedroom decoration
smart living room decoration
smart living room decoration
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Smart Living Room Decoration</title>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #f4f4f9;
color: #333;
}
header {
background-color: #2c3e50;
color: #fff;
padding: 20px;
text-align: center;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding: 20px;
}
.item {
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width: 30%;
margin: 10px;
padding: 15px;
text-align: center;
transition: transform 0.3s ease;
}
.item:hover {
transform: scale(1.05);
}
.item img {
max-width: 100%;
border-radius: 8px;
}
footer {
background-color: #2c3e50;
color: #fff;
text-align: center;
padding: 10px;
position: fixed;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<h1>Smart Living Room Decoration Ideas</h1>
</header>
<div class="container">
<div class="item">
<img src="https://via.placeholder.com/300x200?text=Smart+Lighting" alt="Smart Lighting">
<h3>Smart Lighting</h3>
<p>Enhance your living room with smart lighting solutions that adapt to your mood and schedule.</p>
</div>
<div class="item">
<img src="https://via.placeholder.com/300x200?text=Minimalist+Furniture" alt="Minimalist Furniture">
<h3>Minimalist Furniture</h3>
<p>Choose sleek and functional furniture for a modern, clutter-free living space.</p>
</div>
<div class="item">
<img src="https://via.placeholder.com/300x200?text=Smart+Speakers" alt="Smart Speakers">
<h3>Smart Speakers</h3>
<p>Integrate voice-controlled smart speakers for seamless entertainment and home automation.</p>
</div>
<div class="item">
<img src="https://via.placeholder.com/300x200?text=Indoor+Plants" alt="Indoor Plants">
<h3>Indoor Plants</h3>
<p>Add greenery with low-maintenance indoor plants to improve air quality and aesthetics.</p>
</div>
<div class="item">
<img src="https://via.placeholder.com/300x200?text=Art+Wall" alt="Art Wall">
<h3>Art Wall</h3>
<p>Create a personalized gallery wall with digital frames and curated art pieces.</p>
</div>
</div>
<footer>
<p>© 2023 Smart Living Room Decorations</p>
</footer>
</body>
</html>
Artifacts Out Put
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Smart Bedroom Decoration</title>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #f4f4f9;
color: #333;
}
header {
background-color: #2c3e50;
color: white;
padding: 20px;
text-align: center;
}
.container {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding: 20px;
}
.item {
background-color: white;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
width: 30%;
margin: 10px 0;
padding: 15px;
text-align: center;
transition: transform 0.3s ease;
}
.item:hover {
transform: scale(1.05);
}
.item img {
max-width: 100%;
border-radius: 8px;
}
footer {
background-color: #2c3e50;
color: white;
text-align: center;
padding: 10px;
position: fixed;
bottom: 0;
width: 100%;
}
</style>
</head>
<body>
<header>
<h1>Smart Bedroom Decoration Ideas</h1>
</header>
<div class="container">
<div class="item">
<img src="https://via.placeholder.com/300x200?text=Smart+Lighting" alt="Smart Lighting">
<h3>Smart Lighting</h3>
<p>Automated lighting systems to enhance your bedroom ambiance.</p>
</div>
<div class="item">
<img src="https://via.placeholder.com/300x200?text=Voice+Control" alt="Voice Control">
<h3>Voice Control Devices</h3>
<p>Control your bedroom devices using voice commands with smart assistants.</p>
</div>
<div class="item">
<img src="https://via.placeholder.com/300x200?text=Smart+Blinds" alt="Smart Blinds">
<h3>Smart Blinds</h3>
<p>Programmable blinds that adjust according to time or sunlight.</p>
</div>
<div class="item">
<img src="https://via.placeholder.com/300x200?text=Air+Purifier" alt="Air Purifier">
<h3>Smart Air Purifiers</h3>
<p>Keep your bedroom air fresh and clean with automated purifiers.</p>
</div>
<div class="item">
<img src="https://via.placeholder.com/300x200?text=Wall+Art" alt="Wall Art">
<h3>Interactive Wall Art</h3>
<p>Digital frames and art displays that can be customized anytime.</p>
</div>
<div class="item">
<img src="https://via.placeholder.com/300x200?text=Smart+Mirrors" alt="Smart Mirrors">
<h3>Smart Mirrors</h3>
<p>Mirrors with integrated displays for news, weather, and more.</p>
</div>
</div>
<footer>
<p>© 2023 Smart Home Decor. All rights reserved.</p>
</footer>
</body>
</html>
11-2-2568 by Vorapat & Orachorn
Comments
Post a Comment