Search
 
SCRIPT & CODE EXAMPLE
 

CSS

modern css reset

/*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***/

/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  Remove list styles (bullets/numbers)
  in case you use it with normalize.css
*/
ol, ul {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* Removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}
Comment

PREVIOUS NEXT
Code Example
Css :: icon float right side input css 
Css :: How to convert directory SASS/SCSS to CSS via command line? 
Css :: css 4 3 ratio 
Css :: 3d sphere 
Css :: chrome extension css 
Css :: select focus none 
Css :: css light mode 
Css :: blockquote quotation marks css 
Css :: table tr sortable helper css 
Css :: set another font in css 
Css :: backface-visibility: hidden; 
Css :: what is display block 
Css :: custom properties css 
Css :: include sass in html 
Css :: bootstrap-navbar-brand 
Css :: how to watch sass in multiple pathes 
Css :: mouse hold css effect 
Css :: gmail auto rewize dont 
Css :: vue scoped scss media query 
Css :: target id in media query 
Css :: powershell convertto-html css 
Css :: position absolute css 
Css :: install canon mf211 printer ubuntu 
Css :: Responsive testimonial slider HTML CSS 
Css :: fit image inside css gid 
Css :: center image html 
Css :: transform: scale time anpassen 
Css :: sintask css 
Css :: aplicar padding a sombra 
Css :: textxarea noresize 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =