Search
 
SCRIPT & CODE EXAMPLE
 

CSS

remove the dotted border on links

/* removes dotted box around your clicked links */
a, a:active, a:focus{
        outline: none; /* Works in Firefox, Chrome, IE8 and above */ 
    }
Comment

PREVIOUS NEXT
Code Example
Css :: css wrap 
Css :: css image size scale to fit 
Css :: [deprecation] Running tailwindcss without -i, please provide an input file. 
Css :: live sass compiler settings 
Css :: css hide mark border 
Css :: iconscout css 
Css :: flask sqlalchemy array column 
Css :: can i use css in react native 
Css :: import antd css 
Css :: css animation linear 
Css :: tailwind css image grid 
Css :: removing space between words css 
Css :: grid css 
Css :: center absolute element 
Css :: css remove highlight on input text 
Css :: input area bootstrap highlight 
Css :: css overflow-y 
Css :: show icon on hover css 
Css :: command line download file from google drive 
Css :: background color using css 
Css :: how to resize img in css 
Css :: how to remove margins css 
Css :: hover li change a color 
Css :: css inset 
Css :: css to increase font size 
Css :: parent hover and child hover at the same time 
Css :: animation left to right css 
Css :: align centre 
Css :: add color on image using css 
Css :: visited links do not change color 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =