grepper
GREPPER IS COOL
code grepper
Welcome to code grepper community.
https://www.codegrepper.com/app/profile.php?id=57722
We are happy you are here.
codegrep
Welcome to code grepper community.
https://www.codegrepper.com/app/profile.php?id=57722
We are happy you are here.
how to use grepper
//O Hello! Welcome to the first
//Query & Answer system for coders.
//Grepper answers like this will popup
//when you google search a code related problem.
//If nothing pops up, You can add answers to your
//search query by pressing “a” from google
//or by clicking on the “easy code snag” button |G| on
//any code snippets around the web you come across,
//that code snippet will popup for you and others
//the next time you run into the same problem.
//P.S. Show your gratitute if an answers helps you,
//by upvoting it or donating to the developer.
//Holla at us with questions, concerns or your lonely
//and want to talk: [email protected]
how to use grepper
Click this link!
add grepper
/* change the background color */
.navbar-custom {
background-color: #ffffff;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
color: #F827F6;
padding: 0.8rem 1rem;
}
/* change the link color and add padding for height */
.navbar-custom .navbar-nav .nav-link {
color: red;
padding: 1rem 1rem;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
color: #ffffff;
background-color: #ee4400; /* add background-color to active links */
}.navbar-custom {
background-color: #ff5500;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
color: red;
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
color: #ffffff;
}
/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
background-color: #ff5500;
}
.navbar-custom .dropdown-item {
color: #ffffff;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
color: #333333;
background-color: rgba(255,255,255,.5);
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us