New Perspectives on HTML and CSS 5th Edition tutorial 6 case 1 comments.css? Nee
ID: 663561 • Letter: N
Question
New Perspectives on HTML and CSS 5th Edition tutorial 6 case 1 comments.css?
Needed help completing the css (I finished the html portion of the assignment), I have this so far.
fieldset {
display: block;
background-color: rgb(245, 245, 255);
color: rgb(0, 0, 0);
margin-top: 15px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
width: 90%;
padding: 5px;
}
fieldset label {
display: block;
clear: left;
float: left;
font-size: 0.9em;
width: 100%;
margin-bottom: 5px;
margin-left: 5px;
}
fieldset textarea {
height: 150px;
}
#submit {
clear: both;
float: none;
width: 200px;
height: 30px;
display: block;
margin-top: 5px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
}
Explanation / Answer
fieldset {
display: block;
background-color: rgb(245, 245, 255);
color: rgb(0, 0, 0);
margin-top: 15px;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
width: 90%;
padding: 5px;
}
fieldset label {
display: block;
clear: left;
float: left;
font-size: 0.9em;
width: 100%;
margin-bottom: 5px;
margin-left: 5px;
}
fieldset textarea {
height: 150px;
}
#submit {
clear: both;
float: none;
width: 200px;
height: 30px;
display: block;
margin-top: 5px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
}
#div1 {
background-color: blue;
width: 200px;
height = 1200px;
padding: 25px;
}
#div2 {
background-color: lightblue;
position:absolute;
width: 500px;
margin-left : 250px;
top : 8px;
height = 1200px;
padding: 25px;
}
#div3 {
background-color: yellow;
width: 300px;
position:absolute;
margin-left : 450px;
top : 8px;
height = 1200px;
padding: 25px;
}
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.