mirror of
https://github.com/Alvin-Zilverstand/carsite.git
synced 2026-03-06 11:06:29 +01:00
help :3
This commit is contained in:
@@ -8,7 +8,7 @@ body {
|
||||
.gallery {
|
||||
--size: 100px;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(6, var(--size));
|
||||
grid-template-columns: repeat(8, var(--size));
|
||||
grid-auto-rows: var(--size);
|
||||
margin-bottom: var(--size);
|
||||
place-items: start center;
|
||||
|
||||
14
gallery.html
14
gallery.html
@@ -1,4 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
|
||||
<link rel="shortcut icon" href="favicon.jpg" type="image/x-icon">
|
||||
<meta name="description" content="Explore the vibrant moments captured at our recent car meet, showcasing stunning vehicles and the passionate community behind them.">
|
||||
<link rel="stylesheet" href="css/gallery.css">
|
||||
<title>Car Meet Gallery</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<article class="gallery">
|
||||
<img src="media/1.jpg" alt="a car immage is supposed to be here" />
|
||||
@@ -41,3 +52,6 @@
|
||||
<img src="media/38.jpg" alt="a car immage is supposed to be here" />
|
||||
<img src="media/39.jpg" alt="a car immage is supposed to be here" />
|
||||
</article>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user