Search
 
SCRIPT & CODE EXAMPLE
 

CSS

universal css

*,*:before,*:after{

padding:0;
margin:0;
box-sizing:border-box;

}
input,textarea{

outline:none

}


button,input[type="submit"]{

outline:none;
border:none;

}

button:hover,input[type="submit"]{

cursor:pointer;
transform: translateY(-0.25em);

}

li,a{
text-decoration:none;
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to center in css 
Css :: media queries on mobile 
Css :: css grid wrap columns 
Css :: center align in grid 
Css :: mirror text css 
Css :: how to increase space between lines in css 
Css :: boostrap pointer 
Css :: css stop scrollbar 
Css :: hide scrolbar tailwind 
Css :: add youtube video in markdown 
Css :: center absolute 
Css :: how to set font max width in css 
Css :: minmax in grid 
Css :: css change width animation 
Css :: css margin bottom 
Css :: grab cursor css 
Css :: keep aspect ratio of image css 
Css :: visibility 
Css :: rgba white color 
Css :: css change overflow scrollbar 
Css :: import maxcdn.bootstrapcdn.com not in index.html in specific component file 
Css :: html css first list item font bold 
Css :: putting label on top of input css 
Css :: text underline 
Css :: secondline ellipsis 
Css :: remove hover css on a text 
Css :: flex direction 
Css :: css super smooth shadow 
Css :: how to horizontally center in css 
Css :: css transform border radius 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =