100-project-100-days-website/100_projects/23-clip-path-image-hover-effects/index.html
2023-03-16 10:05:25 +03:00
Ask

16 lines
399 B
HTML

{9a52fcdf2a11478f1fb56d63f4d42b14519302aa true 399 index.html 0xc002b2f110}

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<div class="container">
<div class="box"></div>
<div class="box"></div>
</div>
</body>
</html>