-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
128 lines (110 loc) · 2.97 KB
/
Copy pathstylesheet.css
File metadata and controls
128 lines (110 loc) · 2.97 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
/* line 5, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
#side-header, #home-header {
list-style: none;
margin: 0;
position: sticky;
background: deepskyblue;
-webkit-flex-flow: row wrap;
justify-content: flex-start;
}
/* line 15, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
.col-sm, .grid-container .grid-item {
text-align: center;
font-size: 18px;
}
/* line 19, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
#side-header a, #home-header a {
text-decoration: none;
display: block;
padding: 1em;
color: white;
position: sticky;
}
/* line 29, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
#side-header {
font-size: 18px;
text-align: left;
}
/* line 38, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
#home-header {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
/* line 50, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
#home-header a:hover {
background-color: #357388;
position: sticky;
}
/* line 54, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
#side-header a:hover {
background-color: #357388;
position: sticky;
}
/* line 59, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
.grid-container {
display: grid;
grid-template-columns: auto 1000px auto;
grid-column-gap: 50px;
background-color: rgba(0, 0, 0, 0);
opacity: 0.5s;
padding: 10px;
}
/* line 66, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
.grid-container .grid-item {
background-color: white;
height: auto;
}
/* line 74, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
#news1 {
text-align: center;
}
/* line 76, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
#news1 p {
text-align: center;
}
/* line 81, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
body {
padding: 0;
display: grid;
}
/* line 85, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
#active {
background-color: #357388;
}
/* line 88, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
#background {
display: grid;
position: relative;
}
/* line 93, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
#background:before {
background-image: url("DPT Team 2nd year .jpg");
content: "";
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
background-size: cover;
filter: contrast(30%);
}
/* line 106, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
#body {
position: relative;
}
/* line 109, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
#coll {
background-color: #32CD32;
}
/* line 112, ../../../courses/CS50 wep programming/project0/stylesheet.scss */
article {
width: 300px;
text-align: center;
place-items: center;
display: block;
background-color: white;
}
/*# sourceMappingURL=stylesheet.css.map */