forked from AustinCodingAcademy/javascript-workbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (56 loc) · 871 Bytes
/
style.css
File metadata and controls
76 lines (56 loc) · 871 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#wk1{
/*border: 1px solid red;*/
/*display:flex;
justify-content: center;*/
margin: o auto;
}
.week {
width:300px;
min-height:200px;
margin-right:20px;
margin-bottom: 20px;
/*border: 1px solid red;*/
display: flex;
align-items: center;
background-color: #7cbb00;
}
.second-row{
/*border:1px solid red;*/
/*display:flex;
justify-content: center;*/
}
#week-1{
background-color: #ffbb00;
}
#week-2{
align-self: flex-end;
}
#week-3{
background-color: #f65314;
}
#week-4{
background-color: #00a1f1;
}
#week-5{
background-color: #737373;
}
#week-6{
background-color: #ffbb00;
}
#week-7{
background-color: #191970;
}
.week ul li a{
color:white;
}
/*.box-header{
background-color: #00a1f1;
width:250px;
height:30px;
text-align: center;
color:white;
}*/
ul li{
list-style-type: none;
color:white;
}