-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCourses.css
More file actions
104 lines (89 loc) · 1.89 KB
/
Courses.css
File metadata and controls
104 lines (89 loc) · 1.89 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
.u-section-1 {
background-image: url("images/Desktop-12.png");
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 518px;
}
.u-section-1 .u-image-1 {
width: 419px;
min-height: 206px;
background-image: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url("images/books-g476bc0c0e_1920.jpg");
margin: 156px auto 0 106px;
}
.u-section-1 .u-container-layout-1 {
padding: 0;
}
.u-section-1 .u-btn-1 {
background-image: none;
border-style: none;
text-transform: uppercase;
font-size: 0.9375rem;
letter-spacing: 1px;
box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.25);
font-weight: 700;
font-family: Poppins;
margin: 42px auto 0;
padding: 8px 36px 9px 35px;
}
.u-section-1 .u-group-2 {
width: 419px;
min-height: 206px;
margin: -206px 98px 0 auto;
}
.u-section-1 .u-container-layout-2 {
padding: 30px;
}
.u-section-1 .u-btn-2 {
background-image: none;
border-style: none;
text-transform: uppercase;
font-size: 0.9375rem;
letter-spacing: 1px;
box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.25);
font-weight: 700;
font-family: Poppins;
margin: 0 auto;
padding: 8px 36px 9px 35px;
}
@media (max-width: 1199px) {
.u-section-1 .u-sheet-1 {
min-height: 588px;
}
.u-section-1 .u-image-1 {
width: 317px;
min-height: 191px;
}
.u-section-1 .u-group-2 {
width: 317px;
min-height: 191px;
margin-top: -191px;
margin-right: 153px;
margin-bottom: 60px;
}
.u-section-1 .u-container-layout-2 {
padding-left: 0;
padding-right: 0;
}
}
@media (max-width: 991px) {
.u-section-1 .u-image-1 {
margin-top: 30px;
margin-left: auto;
}
.u-section-1 .u-group-2 {
margin-top: 81px;
margin-right: auto;
}
}
@media (max-width: 767px) {
.u-section-1 .u-group-2 {
margin-top: 34px;
}
}
@media (max-width: 575px) {
.u-section-1 .u-group-2 {
margin-top: 64px;
margin-bottom: 49px;
}
}