vim
This commit is contained in:
parent
4df2ddf7d4
commit
c723eb399a
2 changed files with 14 additions and 19 deletions
33
index.html
33
index.html
|
|
@ -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>
|
||||
|
|
|
|||
BIN
vim.gif
Normal file
BIN
vim.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue