-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
146 lines (142 loc) · 2.58 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
*{
padding: 0PX;
margin: 0PX;
box-sizing: border-box;
}
body{
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.show-content{
width: 100%;
height: 100vh;
font-size: 40px;
text-align: justify;
display: flex;
align-items: center;
justify-content: center;
}
.slick-carousel{
width: 90%;
margin: 0 auto;
/* display: flex;
justify-content: space-evenly; */
/* border: 2px solid red; */
}
.slick-next:before, .slick-prev:before{
color: black;
}
.container{
width: 100%;
height: 100vh;
float: left;
display: none;
/* border: 2px solid red; */
}
.main-box{
width: 90%;
height: 100%;
margin: 0 auto;
/* border: 2px solid rgb(36, 14, 233); */
}
/* h1{
width: 100%;
float: left;
text-align: center; */
/* border: 1px solid red; */
/* } */
.img-box{
display: flex;
justify-content: space-between;
/* border: 1px solid red; */
}
.box-images{
float: left;
width: 18%;
margin-right: 0.25%;
border-radius: 50%;
border: 1px solid gray;
}
.footer{
width: 100%;
float: left;
position: fixed;
bottom: 0;
padding: 13px 0px;
background-color: whitesmoke;
/* border: 1px solid red; */
/* margin-bottom: 2px; */
}
.page-icon{
width: 100%;
float: left;
/* border: 1px solid red; */
display: flex;
justify-content: space-between;
/* align-content: space-evenly; */
}
a{
text-decoration: none;
color: black;
}
/* .follo-box{ */
/* width: 300px; */
/* height: 80%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-content: space-evenly;
border: 2px solid black; */
/* background-color: brown; */
/* box-shadow: 10px 10px 10px color((49, 49, 199)); */
/* } */
/* .mar-1{
margin: 10px 0px;
}
.img-post-main{
width: 40%;
border-radius: 50%;
margin: 0 auto;
}
.gmail-id{
width: 100%;
font-size: 15px;
float: left;
text-align: center;
}
.img-box-2{
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
}
.one-row-img{
width: 33%;
/* float: left; */
/* } */
/* .ins-rec{
width: 100%;
float: left;
text-align: center;
border: 1px solid red;
}
.follo-button-1{
width: 100%;
float: left;
}
.follo-button{
width: 80px;
margin: auto;
text-align: center;
border-radius: 15px;
padding: 12px 0px;
color: rgb(24, 23, 23);
border: 1px solid red; */
/* background-color: ; */
/* } */
@media screen and (max-width: 600px){
.show-content{
display: none;
}
.container{
display: block;
}
}