Skip to content

Instantly share code, notes, and snippets.

@surajitbasak109
Created February 10, 2020 19:57
Show Gist options
  • Save surajitbasak109/d5a03aac7395a41e9db3d392e5f421a9 to your computer and use it in GitHub Desktop.
Save surajitbasak109/d5a03aac7395a41e9db3d392e5f421a9 to your computer and use it in GitHub Desktop.
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