File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 3
3
padding : 0 ;
4
4
5
5
}
6
- body {
7
6
8
- font-family : Verdana, Geneva, Tahoma, sans-serif;
9
- }
10
7
body {
8
+ font-family : Verdana, Geneva, Tahoma, sans-serif;
11
9
display : grid;
12
10
grid-template-areas :
13
11
'navbar'
27
25
top : 0 ;
28
26
z-index : 1 ;
29
27
background-color : white;
30
- box-shadow : 0 px 2px 5px grey;
28
+ box-shadow : 2px 5px grey;
31
29
/* border:1px solid black; */
32
30
}
33
31
.container1 {
@@ -105,13 +103,15 @@ span{
105
103
/***********************************************************************about**************************************************/
106
104
.about-image-card-designation {
107
105
color : grey;
108
- margin : 10px 0px ;
106
+ margin-top : 10px ;
107
+ margin-bottom : 10px ;
109
108
}
110
109
111
110
.about-image-card-button {
112
111
width : 350px ;
113
112
height : 5vh ;
114
- margin : 10px 0px ;
113
+ margin-top : 10px ;
114
+ margin-bottom : 10px ;
115
115
background-color : rgb (156 , 151 , 151 );
116
116
border : none;
117
117
font-size : 18px ;
@@ -120,7 +120,8 @@ span{
120
120
.image-card-collection {
121
121
display : grid;
122
122
grid-template-columns : repeat ( auto-fit, minmax (300px , 1fr ) );
123
- margin : 30px 0px ;
123
+ margin-top : 30px ;
124
+ margin-bottom : 30px ;
124
125
}
125
126
.about-img-card {
126
127
width : 350px ;
@@ -132,7 +133,8 @@ input{
132
133
width : 95% ;
133
134
height : 6% ;
134
135
margin : 10px ;
135
- padding : 0px 10px ;
136
+ padding-left : 10px ;
137
+ padding-right : 10px ;
136
138
color : grey;
137
139
font-size : 16px ;
138
140
}
@@ -158,8 +160,6 @@ input{
158
160
'container5'
159
161
'footer' ;
160
162
grid-gap : 0.5rem ;
161
- margin : 0px ;
162
- padding : 0px ;
163
163
}
164
164
.navbar {
165
165
height : 8vh ;
@@ -171,7 +171,8 @@ input{
171
171
}
172
172
.container1 {
173
173
height : 100vh ;
174
- padding : 200px 0px ;
174
+ padding-top : 200px ;
175
+ padding-bottom : 200px ;
175
176
}
176
177
.container2 {
177
178
height : 100% ;
@@ -184,7 +185,8 @@ input{
184
185
}
185
186
.container5 {
186
187
height : 100vh ;
187
- padding : 200px 0px ;
188
+ padding-top : 200px ;
189
+ padding-bottom : 200px ;
188
190
}
189
191
.container {
190
192
width : 97vw ;
You can’t perform that action at this time.
0 commit comments