Search
 
SCRIPT & CODE EXAMPLE
 

CSS

remove box shadow css

/* remove shadows by xomisse */
.selector{
	-moz-box-shadow: none;
	-goog-ms-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css important 
Css :: christmas red color code 
Css :: css remove scrollbar from body 
Css :: media query tablet only 
Css :: remove button default border css 
Css :: display none but keep space 
Css :: opacity animation css 
Css :: css blink 
Css :: css flex reverse order 
Css :: get all tables laravel 
Css :: hide scrolbar tailwind 
Css :: mat-progress-bar style without app-theme 
Css :: css height of screen 
Css :: font smoothing 
Css :: css full cover background image 
Css :: box-shadow css 
Css :: imporatn css 
Css :: css table borders 
Css :: text align left in span 
Css :: css vertical align 
Css :: css 2 <p next to each other 
Css :: send mails from lampp form localhost 
Css :: hide scrollbar in tailwind css 
Css :: make blinking cursor disappear css 
Css :: android studio cardview background transparent 
Css :: centrer verticalement css 
Css :: laravel css image url 
Css :: elementor custom css for mobile 
Css :: comentarios en css 
Css :: how to make png smaller css 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =