Computer scienceFrontendCSSBasic propertiesCommon properties

Background

Gaps

Report a typo

Set the background image stored in https://i.ibb.co/3rSwMQh/9634c84aee630758edb218053d8f04e7.jpg and set gaps:
50px between the top side of the viewport and the image
75px between the left side of the viewport and the image.

Don’t use background property this time.

Write HTML and CSS code
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<title></title>
</head>
<body>
<div class="fish">

</div>
</body>
</html>
Completed 0 of 2
Background set
Gaps set
___

Create a free account to access the full topic