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