- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<title>Challenge: The Sea Wolf</title>
<meta charset="utf-8">
<link rel="stylesheet" href="setting.css">
<link rel="stylesheet" href="style.css">
</head>
<body class="exam sea-wood">
<div class="portrait"></div>
</body>
</html>
CSS
/*
Image paths
img/rope-frame.png
img/muffin-2.jpg
img/eye-patch.svg
*/
.portrait {
margin: 0 auto;
width: 275px;
height: 275px;
}
- Goal
- Result
- Overlay
- Differences
- ?
Press Compare to send your code for review.