-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrandom.css
More file actions
70 lines (61 loc) · 1.08 KB
/
Copy pathrandom.css
File metadata and controls
70 lines (61 loc) · 1.08 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
body{
font-family: Oswald;
text-align: center;
color: grey;
}
.center{
text-align: center;
}
#list {
margin-left: auto;
margin-right: auto;
list-style: none;
}
.student {
height: 25px;
width: auto;
background-color: grey;
border: 2px solid grey;
border-radius: 8px;
font-size: 1.5em;
padding: 5px;
color: white;
}
button {
background-color: grey;
border-radius: 8px;
border: 2px solid grey;
color:white;
}
input {
background-color: grey;
border-radius: 8px;
border: 2px solid grey;
color: white;
}
html {
background: url(background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.studentDiv {
display: inline-block;
margin-right: 15px;
margin-left: 15px;
text-align: center;
padding-top: 12px;
padding-left: 5px;
border-radius: 8px;
margin-top: 5px;
height: 49px;
border: 2px solid #0600FF;
padding-right: 5px;
}
#picks {
min-height: 250px;
max-width: auto;
margin: 50px;
text-align: center;
}