-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body{
background: url(http://images.cgmagonline.com/2016/04/party-hard-workshop-review-4.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
}
#corpo{
margin: 0 auto;
text-align: center;
background: rgba(255,255,255,.6);
width: 70%;
border-radius: 40px;
margin-top: 200px;
padding: 40px;
}
</style>
<meta charset="utf-8">
<title>Festa do pitter</title>
</head>
<body>
<div id="corpo">
<img src="https://media.tenor.com/images/f253f095d2fb87d59080022c95169bbf/tenor.gif" style="border-radius: 100%">
<p>Estou organizando as músicas que irão tocar na festa, todas as músicas colocadas aqui serão baixadas<br>E N J O Y</p>
<form name="form1" action="pitter.php" method="post">
Nome: <input type="text" name="nome"><br>
URL da música: <input type="text" name="url" size="50"><br><br>
Descrição:<br> <textarea rows="10" cols="50" name="desc" placeholder="Diga algo sobre a música, gênero e etc. Apenas para organizar melhor e não misturar com outros estilos" ></textarea>
<br><br><input type="submit" value="Enviar!">
</form>
</div>
</body>
</html>