-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapi.css
More file actions
84 lines (64 loc) · 1.14 KB
/
api.css
File metadata and controls
84 lines (64 loc) · 1.14 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
* {
margin:0;
}
body {
width: 100vw;
background-color: yellow;
background: url("https://assets.b9.com.br/wp-content/uploads/2014/05/correios3.jpg") no-repeat;
background-size: 1300px;
overflow-x: hidden;
margin-bottom: none;
}
header {
width: 100vw;
background-color: brown;
height: 66px;
}
header h1 {
text-align: center;
position: relative;
top: 20px;
text-transform: uppercase;
}
label,input {
width: 230px;
position: relative;
left:44px;
top: 37px;
}
button {
position: relative;
display: inline;
left: 22%;
top: 58px;
margin: 3px;
}
.container input {
position: relative;
left: 38%;
top: 32px;
margin: 3px;
}
.container label {
position: relative;
display: block;
left: 42%;
top:39px;
margin: 3px;
font-weight: bold;
color:black;
}
a{
text-decoration: none;
cursor: pointer;
margin-bottom: none;
}
p {
margin-left: 2px;
margin-bottom: none;
}
i {
color:green;
margin-left: 2px;
margin-bottom: none;
}