File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -367,12 +367,12 @@ <h3 class="join">Register to join us....</h3>
367367 body {
368368 font-family : Arial, sans-serif;
369369 background-color : # f4f4f4 ;
370- margin : 0 ;
370+ margin : 10 px ;
371371 padding : 20px ;
372372 }
373373 .container {
374374 max-width : 600px ;
375- margin : 0 auto;
375+ margin : 40 px auto;
376376 background : # fff ;
377377 padding : 20px ;
378378 border-radius : 10px ;
Original file line number Diff line number Diff line change 711711
712712.navbar-area {
713713 position : absolute;
714- top : 0 ;
714+ top : 0 px ;
715715 left : 0 ;
716716 width : 100% ;
717717 z-index : 99 ;
@@ -744,16 +744,19 @@ p {
744744 -ms-transition : background-color 0.3s ease-in-out;
745745 -o-transition : background-color 0.3s ease-in-out;
746746}
747- .navbar-nav {main
748- background-color : saddlebrown;
747+ /* .navbar-nav {
748+ background-color: saddlebrown;
749749 list-style-type: none;
750750 margin: 0 1rem;
751751 padding: 0;
752752 overflow: hidden;
753- }
753+ } */
754754
755755.nav-item {
756756 float : left;
757+ margin : 17px ;
758+ width : 69px ;
759+ padding : 10px ;
757760}
758761
759762
765768 text-decoration : none;
766769 position : relative;
767770 cursor : pointer;
771+
768772}
769773
770774.nav-item a ::after {
Original file line number Diff line number Diff line change 6767
6868.navbar-nav .nav-item {
6969 display : inline-block;
70- padding : 0 ;
70+
7171}
7272
7373.navbar-collapse i {
7474 color : # e7e7e7 ;
75- margin : 0 20px ;
75+ margin : 0 px 20px ;
7676 font-size : 18px ;
7777}
7878
161161 justify-content : end;
162162 align-items : center;
163163 gap : 15px ;
164+
164165}
165166
166167.dropdown {
You can’t perform that action at this time.
0 commit comments