-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedia_700px.css
More file actions
78 lines (64 loc) · 1.15 KB
/
Copy pathmedia_700px.css
File metadata and controls
78 lines (64 loc) · 1.15 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
@media only screen and (max-width: 700px) {
.main-head h1 {
font-size: 25px;
}
.main-head-img img {
width: 88%;
}
.nav-links ul li {
display: block;
}
.nav-links {
position: absolute;
background: #fffffff3;
box-shadow: #947c7c45 3px 0px 14px -1px;
height: 100vh;
width: 200px;
top: 0;
right: -200px;
text-align: left;
z-index: 2;
transition: 1s;
}
.nav-links ul {
padding: 26px 12px;
}
nav .fa {
display: block;
color: #513f3f;
margin: 10px;
cursor: pointer;
}
nav > .fa, nav > div > .fa {
display: block;
}
nav img {
width: 80px;
}
nav .fa-bars{
color: #878787;
font-size: 20px;
}
.main-head h1 {
font-size: 2.2em;
}
.about-para > h2 {
font-size: 25px;
text-align: center;
}
.commented-container {
width: 80%;
margin: 30px 0px 0px 20px;
padding: 5px;
}
.course-box {
width: 260px;
margin: 60px 8px 8px 8px;
}
.course-box img {
width: 260px;
}
.footer-container > div {
max-width: 100%;
}
}