/* sample solution to stylesheet.css */
div {
height: 80px;
width: 150px;
border: 4px solid black;
border-radius: 15px;
background-color: yellow;
color: black;
font-family: impact;
font-size: 30px;
text-align: center;
padding: 10px;
box-shadow: 10px 10px 10px #888;
}
No comments:
Post a Comment