File tree Expand file tree Collapse file tree 4 files changed +32
-17
lines changed
Expand file tree Collapse file tree 4 files changed +32
-17
lines changed Original file line number Diff line number Diff line change @@ -302,19 +302,19 @@ <h1 class="heading text-center">
302302 </ h1 >
303303 < hr />
304304 < br >
305- < div class ="container WhyToJoin ">
306- < ul class ="content mobile-view ">
307- < li > Interaction with Students around the globe.</ li >
308- < li > Mentors support and guide.</ li >
309- < li > Webinars and workshops by Experts.</ li >
310- < li > Keeps to updated about latest opportunities.</ li >
311- < li > Hackathons and Intership Opportunities.</ li >
312- < li > Complete learning Environment.</ li >
313- </ ul >
314-
315- < div class ="image ">
316- < img class =" intro-image " src ="./images/what we offer image.jpg " alt ="What we Offer Image ">
317- </ div >
305+ < div class ="WhyToJoin ">
306+ < ul class ="content mobile-view ">
307+ < li > Interaction with Students around the globe.</ li >
308+ < li > Mentors support and guide.</ li >
309+ < li > Webinars and workshops by Experts.</ li >
310+ < li > Keeps to updated about latest opportunities.</ li >
311+ < li > Hackathons and Intership Opportunities.</ li >
312+ < li > Complete learning Environment.</ li >
313+ </ ul >
314+
315+ < div class ="image ">
316+ < img src ="./images/what we offer image.jpg " alt ="What we Offer Image ">
317+ </ div >
318318 </ div >
319319
320320
Original file line number Diff line number Diff line change 115115 vertical-align : middle;
116116 justify-content : right;
117117}
118+
118119/**first container area styling ends**/
119120
120121hr {
@@ -313,13 +314,26 @@ footer {
313314 text-decoration : none;
314315}
315316
317+ .WhyToJoin {
318+ display : flex;
319+ flex-direction : row;
320+ justify-content : space-evenly;
321+ }
322+
323+ @media screen and (min-width : 601px ) and (max-width : 604px ){
324+ .WeOffers ul {
325+ font-size : 15px ;
326+ }
327+ }
328+
316329@media screen and (max-width : 600px ) {
317- .WhyToJoin {
318- flex-wrap : nowrap;
319- justify-content : flex-start !important ;
330+ .WhyToJoin {
331+ display : flex;
332+ flex-direction : row;
333+ justify-content : center;
320334 }
321335
322- .WhyToJoin > .image > . intro-image {
336+ .WhyToJoin > .image {
323337 display : none;
324338 }
325339
@@ -343,3 +357,4 @@ footer {
343357 max-width : 80% ;
344358 }
345359}
360+
You can’t perform that action at this time.
0 commit comments