Assignment Q1
HTML
div{
height: 150px;
width: 300px;
background-color: grey;
border: 5px black dotted;
margin-top: 2opx;
margin-right: 1em;
margin-bottom: 40px;
margin-left: 2em;
padding: 1em;
}
CSS
div{
height: 150px;
width: 300px;
background-color: grey;
border: 5px black dotted;
margin-top: 2opx;
margin-right: 1em;
margin-bottom: 40px;
margin-left: 2em;
padding: 1em;
}

Comments
Post a Comment