-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
61 lines (54 loc) · 1.08 KB
/
style.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
55
56
57
58
59
60
61
body {
margin: 0px;
font-family: Arial;
}
.container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 100px;
}
.titulo {
text-align: center;
width: 450px;
border-bottom: 2px solid black;
}
.container-in {
background-color: #ccc;
font-weight: bold;
padding-top: 5px;
padding-left: 5px;
margin-top: 10px;
width: 500px;
height: auto;
box-shadow: 1px 1px 5px black;
border: 2px solid black;
}
.container-in form {
margin-top: 15px;
margin-bottom: 15px;
text-align: left;
font-weight: normal;
}
form input {
margin-bottom: 5px;
outline: 0;
}
.container-in2 {
background-color: #ccc;
font-weight: bold;
padding-top: 5px;
padding-left: 5px;
width: 500px;
height: auto;
box-shadow: 1px 1px 5px black;
border: 2px solid black;
margin-bottom: 50px;
}
.container-in2 div {
font-weight: normal;
margin: 10px;
margin-right: 27px;
float: left;
}