- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Image</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img>
</body>
</html>
CSS
body {
width: 500px;
margin: 0;
padding: 10px;
}
- Goal
- Result
- Overlay
- Differences
- ?
Press Compare to send your code for review.