.header.snap {
box-shadow: 0 0.125rem 0.3125rem rgba(0,0,0,.26);
position: fixed!important;
}
.css {
padding: 32px;
float: left;
transition: box-shadow 0.15s cubic-bezier(.4,0,.2,1);
margin: 0;
}
.css:hover{
box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),
0 3px 4px 0 rgba(0,0,0,.14),
0 1px 8px 0 rgba(0,0,0,.12);
}
All muhaza's note in developing website. Front-end & uiux method. Real life implementation for webdesigner.
Translate manually Wordpress
add_filter( 'gettext', function( $translated, $original, $domain ) { // Senarai penggantian (case-insensitive) $map = array...
-
Press Windows + S , search for "Environment Variables" , and select: 👉 "Edit the system environment variables" Click...
-
/* Responsive Styles */ @media (max-width: 768px) { add ccs here } @media (max-width: 480px) { add css here ...