Answers for "perimeter around my background image"

CSS
1

perimeter around my background image

<html>
<head>
<style>
.img
{
width:100%;
height:100%;
}
body
{
margin:0px;
}
</style>
</head>
<body>
<image src="https://4.img-dpreview.com/files/p/E~TS590x0~articles/3925134721/0266554465.jpeg" class="img">
</body>
</html>
Posted by: Guest on July-02-2021

Code answers related to "perimeter around my background image"

Browse Popular Code Answers by Language