-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
120 lines (119 loc) · 1.83 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body {
font-family: "Inter", sans-serif;
font-family: "Montserrat", sans-serif;
}
.background-style {
background-color: #050a26;
}
.nav,
.nav a {
text-transform: uppercase;
color: white;
}
.nav a.active {
color: #475cfd;
font-weight: bold;
}
.nav a i.active {
color: #7fff00;
}
.nav a:hover {
color: #7fff00;
}
nav h5 {
padding-top: 9px;
font-weight: bold;
margin-left: 14px;
}
.main-style {
color: white;
margin-left: 10px;
}
.main-style h1 span {
font-weight: 500;
color: #475cfd;
}
.main-style p {
font-size: 20px;
padding: 10px 0 0;
text-align: justify;
}
.main-style button {
margin-top: 20px;
}
.card-body {
position: relative;
overflow: hidden;
}
img {
width: 50%;
position: absolute;
bottom: -58px;
right: -60px;
}
img.mypict-style {
width: 45%;
}
@media (max-width: 991.98px) {
body {
margin-top: 50px;
margin-bottom: 30px;
}
.main-style p {
text-align: justify;
padding: 0 0 0 0;
margin-bottom: 50px;
}
.main-style p.pfont-main {
font-size: 16px;
}
nav h5 {
padding-top: 9px;
font-weight: 500;
font-size: 15px;
margin-left: 14px;
}
.main-style button {
margin-top: 20px;
font-size: 11px;
padding: 5px 11px 5px;
border-style: solid;
}
.main-style p {
font-size: 10px;
padding-top: 10;
padding-left: -5px;
padding-right: 20px;
padding-bottom: 90px;
text-align: justify;
position: relative;
z-index: 1;
}
.nav a {
font-size: 10px;
}
.nav,
.nav a {
text-transform: uppercase;
color: white;
}
.nav a.active {
color: #475cfd;
font-weight: bold;
}
.nav a:hover {
color: #475cfd;
}
.main-style button {
margin-top: -100px;
}
img {
width: 50%;
position: absolute;
bottom: -28px;
right: -30px;
}
img.mypict-style {
width: 45%;
}
}