File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 padding : 0 ;
44
55}
6- body {
76
8- font-family : Verdana, Geneva, Tahoma, sans-serif;
9- }
107body {
8+ font-family : Verdana, Geneva, Tahoma, sans-serif;
119 display : grid;
1210 grid-template-areas :
1311 'navbar'
2725 top : 0 ;
2826 z-index : 1 ;
2927 background-color : white;
30- box-shadow : 0 px 2px 5px grey;
28+ box-shadow : 2px 5px grey;
3129 /* border:1px solid black; */
3230}
3331.container1 {
@@ -105,13 +103,15 @@ span{
105103/***********************************************************************about**************************************************/
106104.about-image-card-designation {
107105 color : grey;
108- margin : 10px 0px ;
106+ margin-top : 10px ;
107+ margin-bottom : 10px ;
109108}
110109
111110.about-image-card-button {
112111 width : 350px ;
113112 height : 5vh ;
114- margin : 10px 0px ;
113+ margin-top : 10px ;
114+ margin-bottom : 10px ;
115115 background-color : rgb (156 , 151 , 151 );
116116 border : none;
117117 font-size : 18px ;
@@ -120,7 +120,8 @@ span{
120120.image-card-collection {
121121 display : grid;
122122 grid-template-columns : repeat ( auto-fit, minmax (300px , 1fr ) );
123- margin : 30px 0px ;
123+ margin-top : 30px ;
124+ margin-bottom : 30px ;
124125}
125126.about-img-card {
126127width : 350px ;
@@ -132,7 +133,8 @@ input{
132133 width : 95% ;
133134 height : 6% ;
134135 margin : 10px ;
135- padding : 0px 10px ;
136+ padding-left : 10px ;
137+ padding-right : 10px ;
136138 color : grey;
137139 font-size : 16px ;
138140}
@@ -158,8 +160,6 @@ input{
158160 'container5'
159161 'footer' ;
160162 grid-gap : 0.5rem ;
161- margin : 0px ;
162- padding : 0px ;
163163 }
164164 .navbar {
165165 height : 8vh ;
@@ -171,7 +171,8 @@ input{
171171 }
172172 .container1 {
173173 height : 100vh ;
174- padding : 200px 0px ;
174+ padding-top : 200px ;
175+ padding-bottom : 200px ;
175176 }
176177 .container2 {
177178 height : 100% ;
@@ -184,7 +185,8 @@ input{
184185 }
185186 .container5 {
186187 height : 100vh ;
187- padding : 200px 0px ;
188+ padding-top : 200px ;
189+ padding-bottom : 200px ;
188190 }
189191 .container {
190192 width : 97vw ;
You can’t perform that action at this time.
0 commit comments