-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrystalBall.css
More file actions
60 lines (49 loc) · 923 Bytes
/
crystalBall.css
File metadata and controls
60 lines (49 loc) · 923 Bytes
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
html, body, h1, h2, h3, h4, p, div {
padding:0;
border:0;
margin: 0;
font: inherit;
font-size: 100%;
font-family: "Halvetica Neue", Halvetica, sans-serif;
text-align: center;
}
h1{
font-size: 2em;
padding: 4%;
}
form{
font-size: 20px;
}
input{
border-radius: 20px;
width: 70%;
height: 5%;
}
h3, h4{
font-size: 1.8em;
color: white;
text-shadow: -1px 0px #000000, 0px 1px #000000, 1px 0px #000000, 0px -1px #000000;
margin-top: -45%;
}
input::-webkit-input-placeholder {
color: rgba(0,5,143,.5);
text-transform: uppercase;
font-size: 90%;
padding-left: 5%;
font-weight: 600;
}
img{
width:50%;
}
@media (min-width: 405px ) and (max-width: 520px ){
input::-webkit-input-placeholder {
font-size: 70%;
padding-left: 4%;
}
}
@media (min-width: 0px) and (max-width: 405px ){
input::-webkit-input-placeholder {
font-size: 50%;
padding-left: 4%;
}
}