html
Data utworzenia: 2025-05-27 07:06:18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="parent">
<div class="box box1 blue">
<img src="./1.jpg" alt="" />
</div>
<div class="box box2 blue">
<img src="./2.webp" alt="" />
</div>
<div class="box box3 green">3</div>
<div class="box box4 orange">4</div>
<div class="box box5 green">
<img src="./4.jpg" alt="" />
</div>
<div class="box box6 red">
<img src="./1.jpg" alt="" />
</div>
<div class="box box7 orange">7</div>
<div class="box box8 orange">8</div>
<div class="box box9 green">
<img src="./5.webp" alt="" />
</div>
<div class="box box10 red">
<img src="./4.jpg" alt="" />
</div>
<div class="box box11 green">
<img src="./5.webp" alt="" />
</div>
<div class="box box12 red">
<img src="./3.webp" alt="" />
</div>
<div class="box box13 yellow">
<img src="./1.jpg" alt="" />
</div>
<div class="box box14 yellow">
<img src="./2.webp" alt="" />
</div>
<div class="box box15 red">
<img src="./1.jpg" alt="" />
</div>
</div>
</body>
</html>
Powrót