Merge branch 'main' of...

Merge branch 'main' of ssh://gitlab.fslab.dev:4241/devops-turma-2023/site-turma-2023 into 5-adilson-exemplo
parents 88569a4c 0631e75f
......@@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="leilao-manuel-gomes/menuel3.png" type="image/x-icon">
<title>Título</title>
<link rel="stylesheet" href="styles.css">
</head>
......@@ -13,14 +14,17 @@
</header>
<nav>
<a href="#">Home</a>
<a href="adilson.html">Página de Adilson</a>
<a href="#">Sobre</a>
</nav>
<section>
<h2>Bem-vindo à minha página!</h2>
<p>Esta é uma página HTML básica. Você pode adicionar seu próprio conteúdo aqui.</p>
</section>
<main>
<section>
<h2>Bem-vindo à minha página!</h2>
<p>Esta é uma página HTML básica. Você pode adicionar seu próprio conteúdo aqui.</p>
</section>.
</main>
<footer>
<p>&copy; 2024 Minha Página. Todos os direitos reservados.</p>
<img id="minimanuel" src="leilao-manuel-gomes/minimanuel.jpg" alt="">
</footer>
</body>
</html>
site de leilão, vamos vender o manuel gomes.
Lançe inícial- 1 real
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Leilão</title>
<style>
*{
margin: 0;
padding: 0;
box-sizing: border-boxs;
}
header{
width: 100%;
text-align: center;
background-color: black;
color: white;
padding: 10px;
margin-bottom: 30px;
}
section{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
}
img{
height: 500px;
width: 500px;
}
div{
width: 500px;
padding: 30px;
background-color: gray;
}
h2{
width: 100%;
align-items: center;
margin-bottom: 30px;
}
p{
color: white;
font-size: 24px;
}
@media (max-width: 1000px) {
section{
}
}
</style>
</head>
<body>
<header>
<h1>Venda de famosos</h1>
</header>
<section>
<img src="menuel3.png" alt="">
<div>
<h2>lançes</h2>
<p>lançe inicial: 1 real</p>
<p>lançe atual: 100 reais </p>
</div>
</section>
</body>
</html>
\ No newline at end of file
leilao-manuel-gomes/menuel3.png

588 KB

leilao-manuel-gomes/minimanuel.jpg

111 KB

......@@ -33,3 +33,16 @@ footer {
bottom: 0;
width: 100%;
}
main{
max-width: 1440px;
margin: auto;
}
#minimanuel{
display: inline;
width: 40px;
height: 30px;
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment