View difference between Paste ID: 97Xh8zhY and urfE28g6
SHOW: | | - or go back to the newest paste.
1
<html>
2
	<head>
3
		<style type="text/css">
4
			header{
5
			   width:100%;
6
			   height:90px;
7
			   //border: 5px solid black;
8
			   padding:10px; 
9
			   //text-align:center;
10
			   //font-size:500%;
11
			   background-color:#4169E1;
12
			   margin-top:-10px;
13
			   margin-left:-10px;
14
			}
15
			#login{
16
				background-color:#4169E1;
17
				width:500px;
18
				height:240px;
19
				border-style: inset;
20
				border-radius:25px;
21
				border-color: gray;
22
				border-width: 7px;
23
				top: 50%;
24
				left: 50%;
25
				position: absolute;
26
				margin-top:-120px;
27
				margin-left:-250px;
28
			}
29
			#usuario{
30
				margin-top:15px;
31
				margin-left:40px;
32
				font-size:25px;
33
			}
34
			input[type=text]{
35
				width:420px;
36
				font-size:20px;
37
			}
38
			#senha{
39
				margin-left:40px;
40
				font-size:25px;
41
			}
42
			input[type=password]{
43
				width:420px;
44
				font-size:20px;
45
			}
46
			input[type=submit]{
47
				font-size:20px;
48
				margin-left:360px;
49
			}
50
			a{
51
				text-decoration: none;
52
				color: black;
53
				margin-left:40px;
54
			}
55
		</style>
56
	</head>
57
	<body style="font-family:arial; background-color:DarkGray;">
58
		<header>
59
		</header>
60
		<div id="login">
61
			<br>
62-
			<form>
62+
			<form action="ProjetoIntegradorPaginaInicial.html">
63
				<p id="usuario"><input placeholder="Usuário" type="text" name="Usuario" :><p>
64
				<p id="senha"><input placeholder="Senha" type="password" name="Senha"></p>
65
				<input  type="submit" value="Acessar"/>
66
			</form>
67
			<a href="projetoIntegrador (PáginaEsqueciSenha).html">Esqueceu a senha?</a>
68
			<a href="projetoIntegrador-PáginaFazerCADASTRO.html">Cadastrar</a>
69
		</div>
70
	</body>
71
</html>