Files
webtek-assignment2/target.html
Brikt Wiedswang b95db501c9 task 2 target
2025-10-02 17:25:55 +02:00

18 lines
418 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>A title</title>
<meta charset="UTF-8">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div class="target-container">
<div class="circle circle1"></div>
<div class="circle circle2"></div>
<div class="circle circle3"></div>
<div class="circle circle4"></div>
</div>
</body>
</html>