This commit is contained in:
silva guimaraes 2026-04-04 22:09:01 -03:00
parent 4df2ddf7d4
commit c723eb399a
2 changed files with 14 additions and 19 deletions

View file

@ -6,6 +6,9 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<style>
/* * { */
/* margin: 0; */
/* } */
html,
body {
margin: 20px;
@ -45,13 +48,10 @@
h1,
h2,
h3 {
font-weight: 300;
font-family: times, serif;
}
img {
/* aspect-ratio: auto; */
}
section-hardware {
margin: 60px 0 0 60px;
}
@ -61,27 +61,17 @@
display: block;
}
img.fetch {
/* height: 300px; */
}
article {
border: 1px white solid;
margin: 10px;
margin-left: 0;
padding: 10px;
}
/* #ilustracao { */
/* margin-top: 50px; */
/* width: 100%; */
/* } */
</style>
</head>
<body>
<section>
<header>
<h1>
Welcome... <b>TO MY LAIR!!!</b>
</h1>
@ -91,6 +81,9 @@
Página em construção. Por favor tenha paciência.
</em-construcao>
</h2>
</header>
<main>
<img src="/doggy.jpg" alt="not my doggy" title="Eu sei o que estou fazendo. Não se preocupe." id="dog">
<article>
<p>
@ -98,13 +91,15 @@
dúzia de serviços. Que tal uma página pessoal ou um blog?
</p>
</article>
</section>
<section>
<h2>
</main>
<footer>
<h2 style="">
Envie-me cartinhas de amor:
</h2>
<address>webmaster@23dasg.xyz </address>
</section>
<img src="vim.gif" alt="" style="margin-top: 40px">
</footer>
</body>
</html>