Answers for "add grepper"

PHP
22

grepper

GREPPER IS COOL
Posted by: Guest on June-14-2020
85

code grepper

Welcome to code grepper community.
https://www.codegrepper.com/app/profile.php?id=57722
We are happy you are here.
Posted by: Guest on December-11-2020
7

codegrep

Welcome to code grepper community.
https://www.codegrepper.com/app/profile.php?id=57722
We are happy you are here.
Posted by: Guest on December-11-2020
130

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]
Posted by: Guest on November-08-2019
3

how to use grepper

Click this link!
Posted by: Guest on March-03-2021
0

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);
}
Posted by: Guest on September-23-2021

Browse Popular Code Answers by Language