forked from soydalto/Conexion-a-mysql-con-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
54 lines (48 loc) · 780 Bytes
/
estilo.css
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
* {
padding: 0;
margin: 0;
font-family: century gothic;
text-align: center;
}
form {
padding: 50px 20px;
background-color: #ededed;
margin: calc(25% + 100px);
margin-top: 70px;
padding-top: 28px;
margin-bottom: 30px
}
h1 {
text-align: center;
padding: 12px;
color: #444
}
input {
width: calc(100% - 20px);
padding: 9px;
margin: auto;
margin-top: 12px;
font-size: 16px
}
input[type='submit']{
background-color: #48e;
color: #fff;
width: calc(80% - 20px);
margin: 0 10%;
margin-top: 22px;
border: none;
}
.ok {
text-align: center;
width: 100%;
padding: 12px;
background-color: #1e6;
color: #fff
}
.bad {
text-align: center;
width: 100%;
padding: 12px;
background-color: #a22;
color: #fff
}