Search
 
SCRIPT & CODE EXAMPLE
 

CSS

edge media query

For Internet Explorer
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .banner-wrapper {
    	background: rgba(0, 0, 0, 0.16);
	}
}

For Edge
@supports (-ms-ime-align:auto) {
    .banner-wrapper {
    	background: rgba(0, 0, 0, 0.16);
  	}
}
Comment

PREVIOUS NEXT
Code Example
Css :: css remove blue outline button 
Css :: break sentence css 
Css :: ion-slider pagination color 
Css :: css selector no attribute 
Css :: how to set the first column of the table in center in css 
Css :: css background half one color the other half another color 
Css :: css list elements horizontally 
Css :: css text color border 
Css :: texto vertical css 
Css :: jquery add css 
Css :: customize highlight color website 
Css :: bring element to front css 
Css :: tailwindcss init full 
Css :: select box arrow hide css in ie 
Css :: responsive container css 
Css :: move button to right css 
Css :: input checkbox size css 
Css :: add black layer on image css 
Css :: drop shadow css 
Css :: how to remove link color from <a 
Css :: silver hex code 
Css :: width clamp css 
Css :: hide horizontal scrollbar css 
Css :: before css font awesome 
Css :: bold in label html 
Css :: scss light color 
Css :: steps() property css 
Css :: css grid reverse column order 
Css :: style scroll bar css 
Css :: how to make slideshow not go over navigation bar 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =