Skip to content
Snippets Groups Projects
Commit bc900eaf authored by Gombos Sándor Bence's avatar Gombos Sándor Bence
Browse files

add site template

parent 6198771f
No related branches found
No related tags found
No related merge requests found
img/gombossb.png

66.8 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Git WS</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<figure>
<img src="./img/gombossb.png" alt="kacsa">
<figcaption>gombossb</figcaption>
</figure>
</main>
</body>
</html>
main {
display: flex;
flex-wrap: wrap;
}
figure {
margin: 2em;
border: 1px solid black;
}
figure img {
max-width: 300px;
}
figure figcaption {
text-align: center;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment