- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<title>Preparation</title>
<meta charset="utf-8">
<link rel="stylesheet" href="setting.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="portrait"></div>
</body>
</html>
CSS
You’ve gone to a different page
Goalscompleted
0
Assign the following to the .portrait
block:
- width of
300px
, height of400px
, and background color of#ffffff
, - top and bottom margins of
20px
, left and rightauto
margins, - and finally a non-repeating background image:
img/muffin.jpg
.
Comments