forked from M3-Academy/practice-time-landing-page
teste
This commit is contained in:
parent
08edfea66b
commit
4dcc4714d8
47
olamundo.html
Normal file
47
olamundo.html
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="pt-br">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
|
||||||
|
<title>Olá Mundo</title>
|
||||||
|
<style>
|
||||||
|
.title {
|
||||||
|
font-family:Arial, Helvetica, sans-serif;
|
||||||
|
font-size: 30pt;
|
||||||
|
color: brown;
|
||||||
|
text-shadow: 3px 3px 3px black;
|
||||||
|
/*width: 300px;
|
||||||
|
height: 50px;
|
||||||
|
background-color: lightgray;
|
||||||
|
border-width: 10px;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: brown;
|
||||||
|
border: 10px solid brown;
|
||||||
|
padding: 20px;
|
||||||
|
outline-width: 30px;
|
||||||
|
outline-style: solid;
|
||||||
|
outline-color: blue;
|
||||||
|
outline: 30px solid blue;
|
||||||
|
margin: 50px;
|
||||||
|
text-align: center;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1 class="title">Olá, Mundo</h1>
|
||||||
|
<h2>Prueba</h2>
|
||||||
|
<h1>Avanza</h1>
|
||||||
|
<hr>
|
||||||
|
<p>
|
||||||
|
<b><q>
|
||||||
|
Primer site de Prueba. De aqui en adelante todo sera mejor.
|
||||||
|
</b></b>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user