467467 bottom : 0% !important ;
468468 padding-top : 10px !important ;
469469 padding-bottom : 8px !important ;
470+ margin-top : 113px ;
470471}
471472.footer-copywright {
472473 text-align : center !important ;
@@ -516,23 +517,25 @@ a {
516517.project-card {
517518 padding-top : 50px !important ;
518519 padding-bottom : 50px !important ;
519- padding-left : 25 px !important ;
520- padding-right : 25 px !important ;
520+ padding-left : 50 px !important ;
521+ padding-right : 50 px !important ;
521522 height : auto !important ;
522523}
523524
524525.project-card-view {
525- box-shadow : 0 4px 5px 3px rgba (119 , 53 , 136 , 0.459 ) !important ;
526+ /* box-shadow: 0 4px 5px 3px rgba(119, 53, 136, 0.459) !important; */
526527 color : black !important ;
527- background-color : rgb (227 , 227 , 227 ) !important ;
528+ /* background-color: rgb(227, 227, 227) !important; */
529+ background-color : white !important ;
528530 opacity : 1 !important ;
529531 transition : all 0.5s ease 0s !important ;
530532 height : 100% !important ;
533+ border-radius : 35px !important ;
531534}
532535.project-card-view : hover {
533536 transform : scale (1.02 ) !important ;
534537 overflow : hidden !important ;
535- box-shadow : 0 4 px 4 px 5 px rgba (0 , 0 , 0 , 0.561 ) !important ;
538+ box-shadow : 0 1 px 1 px 1 px rgba (0 , 0 , 0 , 0.3 ) !important ;
536539}
537540
538541.blog-card {
568571
569572.card-img-top {
570573 padding : 20px !important ;
571- opacity : 0.8 !important ;
572- border-radius : 10px !important ;
574+ /* opacity: 0.8 !important; */
575+ border-radius : 50px !important ;
576+ }
577+
578+ .card-body {
579+ padding : 1rem 3rem 3rem 3rem !important ;
573580}
574581
575582.blog-img {
777784 top : 0% ;
778785 left : 0% ;
779786 position : relative;
787+ margin-bottom : 210px ;
780788}
781789
782790.form {
885893 margin-top : 20px ;
886894 text-align : center;
887895 width : 100% ;
888- transition : 0.5s ;
889896}
890897
891898.submit : hover {
895902 transform : scale (1.05 );
896903}
897904
905+ .submit : not (: hover ) {
906+ transition : 0.5s ;
907+ transform : scale (1 );
908+ }
909+
898910.submit : active {
899911 background-color : # 06b ;
900912}
916928::-webkit-scrollbar-thumb {
917929 background : # 0d0d0d ;
918930}
931+
932+ textarea {
933+ resize : none !important ;
934+ }
0 commit comments