-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
100 lines (80 loc) · 1.42 KB
/
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
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
body{
overflow-x: hidden;
background-color:thistle;
}
#navbar{
background-color: #3E065F;
font-family: 'Poppins', sans-serif;
font-weight: 400;
}
.nav-item{
}
.container{
color: #fff;
text-align: center;
line-height: 2;
}
.code-avatar{
font-size: 4rem;
margin: 2rem;
margin-bottom: 2rem;
}
.heading-txt{
font-weight: 400;
}
.desc{
padding: 2rem;
padding-bottom: 0;
padding-top: 1rem;
font-family: 'Josefin Sans', sans-serif;
font-weight: 400;
line-height: 2;
font-size: 1rem;
}
.btn{
margin-bottom: 2.5rem;
color: #fff;
background-color: #000000a6;
text-decoration: none;
text-transform: none;
border: solid;
border-color: #3E065F;
font-size: 1.2rem;
}
.btn:hover{
color: #fff;
background-color: #000000;
}
#code-desc{
text-align: center;
background-color:thistle;
padding-bottom: 2rem;
}
.code-desc-txt{
margin-top: 50px;
}
.img-code{
margin-top: 20px;
width: 22rem;
border-radius: 10px 100px / 120px;
padding: 20px;
}
.desc-heading{
margin-top: 20px;
font-family: 'Poppins', sans-serif;
}
.desc-para{
margin-top: 30px;
line-height: 1.5;
font-family: 'Josefin Sans', sans-serif;
padding: 0rem 2rem;
font-weight: 500;
}
.exer-link{
color: #fefefe;
text-decoration: none;
}
.exer-link:hover{
color: #fefefe;
text-decoration: none;
}