-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
187 lines (158 loc) · 3.18 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
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
body{
background-image: url(w2.jpg);
background-attachment:fixed;
background-size: cover;
}
h1{
color: #000000;
text-align: center;
}
.about{
width: 80%;
padding: 60px 0px;
margin-left: 10%;
align-items: center;
justify-content: center;
background-image: linear-gradient(19deg, #52dcdef8 45%, #e34444ec 170%);
filter: opacity(90%);
border-radius: 3%;
}
.gallery{
display: flex;
width: 80%;
padding: 50px 0px;
margin-left: 2.5%;
background-image: linear-gradient(19deg, #52dcdef8 45%, #e34444ec 170%);
margin: auto;
margin-top: 0%;
align-items: center;
justify-content: center;
height: 30vh;
filter: opacity(90%);
border-radius: 3%;
}
.bg{
background: rgba(225, 225, 225, .2);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.photos{
margin-top: -1%;
}
.pic3:hover{
transform: scale(1.3);
z-index: 2;
}
.w4:hover{
transform: scale(1.3);
z-index: 2;
}
.bleach:hover{
transform: scale(1.3);
z-index: 2;
}
.photos h1{
color: rgba(250, 246, 246, 0.8);
letter-spacing: 1px;
line-height: 28px;
}
.photos img{
width: 290px;
display: flexbox;
align-items: center;
justify-content: space-between;
display: inline-block;
margin: 10px 20px;
border-radius: 0%;
}
.about img{
margin-top: 1px;
height: auto;
width: 340px;
fill-opacity: 50%;
border-radius: 0%;
}
.about-text{
width: 600px;
}
.about-text h1{
color: rgb(0, 0, 0);
letter-spacing: 1px;
line-height: 28px;
}
.gallery h1{
color: rgb(0, 0, 0);
letter-spacing: 1px;
line-height: 28px;
margin-top: 5%;
}
.about-text p{
color: rgb(5, 46, 11);
letter-spacing: 1px;
line-height: 28px;
}
.main{
width: 1130px;
max-width: 95%;
margin-top: -4%;
display: flex;
align-items: center;
justify-content: space-around;
}
.Hobbies{
width: 1130px;
max-width: 95%;
margin: 16px;
display: flex;
align-items: center;
justify-content: space-around;
}
.Fire{
margin-top: 25px;
}
.links {
display: flex;
align-items: center;
justify-content: space-around;
}
.contact h1{
display: flex;
align-items: center;
justify-content: space-around;
color: rgb(17, 105, 29);
letter-spacing: 1px;
line-height: 28px;
margin-top: 5%;
}
@media screen and (max-width: 1024px) {
.contact{
flex-direction: column;
}
.photos img{
/* display: flex;
flex-direction: row; */
margin: 0%;
}
.gallery{
width: 100%;
flex-direction: column;
}
#pic3{width: 280px;}
#w4{width: 280px;}
#bleach{width: 250px;}
#about-text1{padding-left: 10px; }
#about-text2{padding-right: 10px;}
}
@media screen and (max-width: 800px) {
.gallery{
width: 100%;
flex-direction: column;
}
.about-text p{
font-size: 10px;
}
}
@media screen and (max-width: 750px){
.about{
display: block;
}
}