diff --git a/assets/css/style.css b/assets/css/style.css index a374a6c..b4a4bde 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1424,8 +1424,11 @@ section { } .contact .info i { - font-size: 20px; - color: #47b2e4; + /*font-size: 20px;*/ + font-size: 3vh; + color: rgb(89, 0, 255); + /* color: #47b2e4;*/ + font-family: cursive; float: left; width: 44px; height: 44px; @@ -1433,23 +1436,37 @@ section { display: flex; justify-content: center; align-items: center; - border-radius: 50px; + border-radius: 22px; + background-image:url('https://i0.wp.com/gdcindia.co.in/wp-content/uploads/2019/03/contact-us-background.jpg?ssl=1'); + /* border-radius: 50px;*/ transition: all 0.3s ease-in-out; } .contact .info h4 { padding: 0 0 0 60px; - font-size: 22px; + /*font-size: 22px;*/ font-weight: 600; margin-bottom: 5px; - color: #37517e; + /*color: #37517e;*/ + color: rgb(89, 0, 255); + font-size: 3vh; + border-radius: 22px; + background-image:url('https://i0.wp.com/gdcindia.co.in/wp-content/uploads/2019/03/contact-us-background.jpg?ssl=1'); + + } .contact .info p { padding: 0 0 10px 60px; margin-bottom: 20px; - font-size: 14px; - color: #6182ba; + /*font-size: 14px; + color: #6182ba;*/ + color: rgb(89, 0, 255); + font-size: 3vh; + border-radius: 22px; + + + } .contact .info .email p { @@ -1844,4 +1861,4 @@ section { #footer .credits { padding-top: 4px; } -} \ No newline at end of file +}