The Neon Dev
++ +
diff --git a/assets/css/style.css b/assets/css/style.css index 649b6c2..50edf4d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -481,12 +481,15 @@ section { line-height: 1; color: #67b0d1; transition: all 0.3s ease-in-out; + } .services .title { - font-weight: 700; + font-weight: bold; margin-bottom: 15px; - font-size: 18px; + font-size: 20px; + text-align: center; } + .services .title a { color: #111; } @@ -502,6 +505,7 @@ section { color: #fff; } + /*-------------------------------------------------------------- # Counts --------------------------------------------------------------*/ @@ -880,6 +884,26 @@ section { .contact { padding-bottom: 80px; } + +.col-md-6{ + margin:auto; +} + +.col-md-8{ + margin:auto; +} + +.text-center{ + border-radius: 10px; +} + +.form-group imput{ + width:200px; +} + +#contact{ + background-image:linear-gradient(blue,black) ; +} .contact .info-box { color: #ffffff; background: #67b0d1; @@ -949,9 +973,12 @@ section { animation: animate-loading 1s linear infinite; } .contact .email-form input, .contact .email-form textarea { - border-radius: 0; + border-radius: 10px; box-shadow: none; font-size: 14px; + width:455px; + margin:auto; + margin-left: 152px; } .contact .email-form input::focus, .contact .email-form textarea::focus { background-color: #67b0d1; @@ -966,13 +993,14 @@ section { } .contact .email-form button[type=submit] { background: #000000; - border: 0; + border-radius: 10px; padding: 10px 24px; color: rgb(255, 255, 255); transition: 0.4s; } .contact .email-form button[type=submit]:hover { background: #0dc4a5; + border-radius: 10px; } @-webkit-keyframes animate-loading { 0% { diff --git a/contact.html b/contact.html index 6973122..2acc6a7 100644 --- a/contact.html +++ b/contact.html @@ -39,7 +39,12 @@ +<<<<<<< HEAD +
+ +======= +>>>>>>> ed1974548c5a0db8d7617bce4ab69104377d3627Copyright © 2022 The Neon Dev All Rights Reserved
+