Answered! write css code to create the following boxes the # means boxes in div id and . mean div class make…

write css code to create the following boxes the # means boxes in div id and . mean div class make sure you but all boxes in a container

services column #navbar #slideshow #our services services column services column services column

Expert Answer

 Below is your html code. Please adjust the widht and height according to your need.

<!DOCTYPE html>
<html>
<head>
<style>
#footer {
background-color: #808080;
}

.feature_column,.footer_column {
background-color: #808080;
}

#navbar {
background-color: #808080;
min-width:90%;
height:120px;
}
#slideshow {
background-color: #808080;
min-width:90%;
height:300px;
margin-top:10px;
}

#our_services {
background-color: #808080;
min-width:90%;
height:80px;
margin-top:10px;
}

#container1 {
text-align: justify;
min-width:100%;
height:350px;
margin-top:10px;
}

#container2 {
text-align: justify;
min-width:100%;
height:450px;
margin-top:10px;
}

#footer {
text-align: justify;
min-width:100%;
height:335px;
margin-top:10px;
border: 1px solid black;
background-color: #ffffff;
}

.service_column {
background-color: #808080;
max-width:25%;
width: 330px;
height:330px;
display: inline-block;
vertical-align: top;
*display: inline;
}
.footer_column {
background-color: #808080;
width: 310px;
height:310px;
display: inline-block;
vertical-align: top;
*display: inline;
margin-left:15px;
margin-top:10px;
}
.feature_column {
background-color: #808080;
max-width:35%;
width: 441px;
height:441px;
display: inline-block;
vertical-align: top;
*display: inline;
}

#features {
background-color: #808080;
min-width:90%;
height:80px;
margin-top:10px;
}

</style>
</head>
<body>
<div id = “navbar”>

</div>
<div id=”slideshow”>
</div>
<div id=”our_services”></div>
<div id=”container1″>
<div class=”service_column”></div>
<div class=”service_column”></div>
<div class=”service_column”></div>
<div class=”service_column”></div>
</div>
<div id=”container1″>
<div class=”service_column”></div>
<div class=”service_column”></div>
<div class=”service_column”></div>
<div class=”service_column”></div>
</div>
<div id = “features”></div>
<div id=”container2″>
<div class=”feature_column”></div>
<div class=”feature_column”></div>
<div class=”feature_column”></div>
</div>
<div id=”container2″>
<div class=”feature_column”></div>
<div class=”feature_column”></div>
<div class=”feature_column”></div>
</div>
<div id=”footer”>
<div class=”footer_column”></div>
<div class=”footer_column”></div>
<div class=”footer_column”></div>
<div class=”footer_column”></div>
</div>
</body>
</html>

Still stressed from student homework?
Get quality assistance from academic writers!