Created
February 10, 2020 19:57
-
-
Save surajitbasak109/d5a03aac7395a41e9db3d392e5f421a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: "Century Gothic", | |
-apple-system, | |
BlinkMacSystemFont, | |
"Segoe UI", | |
Roboto, | |
"Helvetica Neue", | |
Arial, | |
"Noto Sans", | |
sans-serif, | |
"Apple Color Emoji", | |
"Segoe UI Emoji", | |
"Segoe UI Symbol", | |
"Noto Color Emoji"; | |
} | |
.form-group { | |
position: relative; | |
} | |
.custom-input { | |
border: 0; | |
border-bottom: 1px solid #b9b9b9; | |
} | |
.custom-input:focus { | |
outline: none; | |
box-shadow: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment