Search
 
SCRIPT & CODE EXAMPLE
 

CSS

scss a link style

a{
    &:link{
        color: white;
        &:visited{
            color: grey;
            text-decoration: none;
            opacity: 0.42;
        }
    }
    &:hover{
        opacity: 0.7;
        text-decoration: underline;
    }
    &:active{
        opacity: 1;
        text-decoration: none;
    }
}
Comment

PREVIOUS NEXT
Code Example
Css :: css class selector 
Css :: css ein bisschen durchsichtig 
Css :: laravel 7 css not working 
Css :: table vertical align middle 
Css :: css hover pointer 
Css :: css all flex properties 
Css :: css position property 
Css :: css let div be last 
Css :: svg tailwind 
Css :: css responsive tabs 
Css :: how to remove default border 
Css :: html css how to arrange images of different sizes 
Css :: product list fix height image css 
Css :: ngrok host header change 
Css :: sass color functions 
Css :: css attribute selectors 
Css :: what is display block 
Css :: gradient generator 
Css :: css homepage 
Css :: login and register files have no css laravel vue 
Css :: display inline not alligned 
Css :: Why CSS background color not show with float? ,use of float disappear parent div background color d 
Css :: how to use animista css in html 
Css :: /* */ 
Css :: background affter layer css 
Css :: what is default value for justify-content in react mui 
Css :: screen only in css 
Css :: block property in css 
Css :: change button shape css 
Css :: get diff to branch 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =