forked from cloudspace/university-randomizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
raffle.css
53 lines (48 loc) · 818 Bytes
/
raffle.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
body {
background-color: #072b4b;
color:white;
text-align:center;
padding-top:50px;
font-family:futura, Helvetica, Arial, serif;
}
.odevs-logo {
margin: 10px auto 50px;
max-width: 90%;
height: auto;
border: none;
display: block;
}
input[type="text"]{
height:55px;
width:300px;
font-size:18pt;
line-height:55px;
text-align:center;
color:#7cb5e9;
margin: 0 30px;
font-family: futura, Helvetica, Arial, serif;
}
.randomize{
margin-top:60px;
}
.randomize button{
height:125px;
width:450px;
background-color:#a4c8d9;
color:#072b4b;
font-size:42pt;
font-family:futura, Helvetica, Arial, serif;
border:0;
outline:0;
border-radius:5px;
box-shadow:0 10px #14436f;
}
.randomize button:active{
box-shadow:none;
position: relative;
top: 10px;
}
#response{
font-size:32pt;
margin-top:70px;
}