-
Notifications
You must be signed in to change notification settings - Fork 0
/
file.css
230 lines (195 loc) · 4.2 KB
/
file.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
body{
margin: 0;
padding: 0;
text-align: center;
font-family: 'Open Sans', sans-serif;
cursor: grab;
background-color: #b2faed;
}
.fade::selection{
background-color: transparent;
color: red;
}
p::selection{
background-color: transparent;
color: red;
}
h2::selection{
background-color: transparent;
color: red;
}
section{
display: none;
}
.sectionclass{
display: block;
}
.upper-container{
position: absolute;
/* background-color: #b0faec; */
background-image: linear-gradient( #b0faec 50%, #ffffff 100%);
position: relative;
padding-top: 100px;
margin-bottom: 0px;
}
.top_cloud{
position: absolute;
margin-right: 300px;
margin-top: 40px;
margin: -50px 300px 100px auto;
}
h1{
margin-top: 100px;
font-size: 50px;
top: 90px;
/* background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
color: transparent; */
}
.atxt{
display: inline;
}
.protxt{
display: inline;
font-size: 16px;
font-family: 'Great Vibes', cursive;
color: #383a39;
}
p{
text-align: left;
margin: 50px auto;
width: 40%;
color: rgb(53, 52, 52);
}
h2{
font-family: 'Great Vibes', cursive;
transition: all 0.3s ease-in-out;
}
h2:hover{
color: #5cf0f0;
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.863);
cursor: crosshair;
}
.bottom_cloud{
position: absolute;
margin-right: 300px;
margin-bottom: 150px;
}
.mountain-img{
margin-top: -50px;
}
.middle-container{
margin-top: 0px;
background-image: linear-gradient( #ffffff 50%, #b0faec 100%);
padding-top: 10px;
}
.pic{
margin: 50px auto;
border-radius: 50%;
height: 30%;
transition: .3s ease-in-out;
}
.pic:hover{
box-shadow: 5px 10px 5px rgb(113, 113, 113) ,
-5px -10px 5px rgb(203, 203, 203) ;
}
hr{
margin-top: 20px;
margin-bottom: 20px;
border: dotted rgb(93, 93, 93) 3px;
border-bottom:none ;
width: 10%;
}
.skills{
margin-top: 20px;
padding-top: 20px;
}
/* .skills:hover{
background-color: #b0faec;
transition: all 1s ease-in-out;
} */
.skill-img1{
margin: auto;
height: 150px;
/*float: left;*/
}
.skills-img:hover{
/* height: 55px; */
/* margin-top: 5px; */
/* background-color: #8efbe7; */
cursor: crosshair;
box-shadow: 2.5px 5px 5px rgba(0, 0, 0, 0.89) ,
-2.5px -4px 7px #b0faec;
}
.skillImgsDiv{
margin: 30px;
/* padding: 40px; */
/* border: 1px solid black; */
}
.skills-img{
height: 50px;
border-radius: 50%;
margin: 10px;
transition: all .31s ease-in-out;
}
.skill-img2{
padding: 10px;
height: 150px;
/* border: 1px solid black;
text-shadow: 5px 10px 5px rgba(0, 0, 0, 0.89) ,
-5px -10px 5px rgb(255, 255, 255); */
}
.bottom-container{
background-image: linear-gradient( #b0faec 50%, #ffffff 100%);
}
/* .projectsDiv{
border: 1px solid black;
display: flex;
align-items: center;
justify-content: center;
height: 300px;
width: 400px;
overflow: scroll;
} */
.projects{
height: 25%;
/* width: 25%; */
margin: 20px 20px;
border: 3px solid #000;
/* display: flex; */
/* margin-left: 100px;
padding: 100px; */
transition: 0.4s ease-in-out;
}
.twitter{
/* border: 1px solid rgba(0, 0, 0, 0.785); */
border-radius: 20%;
margin: 10px;
height: 8%;
transition: 0.4s ease-in-out;
}
.telegram{
cursor: not-allowed;
}
.projects:hover{
margin: 10px 20px;
/* border: 3px solid springgreen; */
box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.89) ,
-5px -10px 5px rgb(255, 255, 255);
}
.twitter:hover{
box-shadow: 2.5px 5px 5px rgba(0, 0, 0, 0.89) ,
-2.5px -5px 2px rgb(255, 255, 255);
}
@media screen and (max-width: 600px) {
.mountain-img{
width: 300px;
}
.bottom_cloud{
display: none;
}
}
@media screen and (max-width: 400px) {
.mountain-img{
width: 200px;
}
}