forked from apatterson1/team-i-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
42 lines (34 loc) · 1.01 KB
/
index.css
File metadata and controls
42 lines (34 loc) · 1.01 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
body{
background-image: url("https://c2.staticflickr.com/6/5112/7061563019_6b055c761c_b.jpg");
background-size: 100%;
}
h1 {
text-align: center;
color: white;
font-weight: bold;
}
#scoreContainer{
text-align: center;
color: white;
}
#score{
color: white;
}
.row {
margin-bottom: 230px;
}
.img-responsive {
width: 200px;
}
#winning {
display: block;
margin: 10 auto;
width: 200px;
}
.rainbow {
background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
background-image: gradient( linear, left top, right top, color-stop(0, #f22), color-stop(0.15, #f2f), color-stop(0.3, #22f), color-stop(0.45, #2ff), color-stop(0.6, #2f2),color-stop(0.75, #2f2), color-stop(0.9, #ff2), color-stop(1, #f22) );
color:transparent;
-webkit-background-clip: text;
background-clip: text;
}