-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresultsStyle.css
More file actions
72 lines (71 loc) · 1.28 KB
/
Copy pathresultsStyle.css
File metadata and controls
72 lines (71 loc) · 1.28 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
.results{
font-weight: normal;
text-align: center;
color: white;
}
body{
background-image: url("images/boatNeighborhood.jpg");
}
.hereResults{
font-weight: normal;
text-align: center;
color: white;
font-size: 25px;
}
.resultsArea{
position:absolute;
transform: translate(-50%,-50%);
top: 40%;
left: 20%;
color: white;
font-size: 30px;
}
.crimeRate{
position:absolute;
transform: translate(-50%,-50%);
top: 50%;
left: 20%;
color: white;
font-size: 30px;
}
.resultsAmount{
position:absolute;
transform: translate(-50%,-50%);
top: 60%;
left: 20%;
color: white;
font-size: 30px;
}
.resultsEducation{
position:absolute;
transform: translate(-50%,-50%);
top: 70%;
left: 20%;
color: white;
font-size: 30px;
}
input{
position:relative;
transform: translate(-50%,233%);
top: 39%;
left: 56%;
width: 49%;
height: 50%;
border-radius: 75px;
margin:9px 2px;
padding: 12px 20px;
}
button{
color: black;
background-color: white;
border:none;
width: 188px;
height: 67px;
border-radius: 90px;
position:absolute;
transform: translate(-50%,-50%);
top: 85%;
left: 50%;
padding: 1px 5px;
font-size: 20px;
}