-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (43 loc) · 810 Bytes
/
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
html, body{
height: 100%;
}
body{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
#container{
width: 100%;
display: inline-block;
}
#inputContainer{
width: 30%;
margin: 0 auto;
}
#input{
margin-bottom: 5px !important;
}
h3{
width: 30%;
display: block;
margin: 0 auto 5px auto;
text-align: center;
}
h2{
width: 50%;
display: block;
margin: 1em auto 0 auto !important;
text-align: center;
opacity: 0;
transition: opacity 1s ease-in-out;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-ms-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
}
img{
display: block;
width: 20%;
margin: 0 auto 10px auto;
}