forked from ipectrinity/pseudonerds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchar style.css
60 lines (52 loc) · 1009 Bytes
/
char style.css
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
.container {
width: 1170px;
padding: 0 15px;
margin: 0 auto;
}
.lesson-wrapper {
height: 500px;
padding-bottom: 80px;
padding-left: 5%;
padding-right: 5%;
background-color: #f7f7f7;
text-align: center;
}
.heading {
padding-top: 60px;
padding-bottom: 30px;
color: #5f5d60;
}
.heading h2 {
font-weight: normal;
}
.lesson {
float: left;
width: 25%;
}
.mid-icon {
position: relative;
width: 70%;
margin: 0 auto;
}
.mid-icon img{
border-start-start-radius: 1.5cm;
border-bottom-left-radius: 1.5cm;
border-top-right-radius: 1.5cm;
border-bottom-right-radius: 1.5cm;
}
.mid-icon p {
position: absolute;
top: 75px;
width: 100%;
color: white;
}
.text-contents {
width: 80%;
display: none;
margin: 3% auto;
font-size: 15px;
color: #ad11eb;
}
.text-active {
display: block;
}