Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css for internet explorer only

@media all and (-ms-high-contrast: none), 
               (-ms-high-contrast: active) {
  /* IE10+ CSS styles goes underneath */
  #ie11 h2 {
    color: #fff;
  }
  #ie11 h2:hover {
    color: gray;
  }
}
Comment

PREVIOUS NEXT
Code Example
Css :: center align in grid 
Css :: css center in grid 
Css :: css blink 
Css :: input checkbox size css 
Css :: circle css with text in the center 
Css :: text break css 
Css :: css border top 
Css :: centre div vertically and horizontally 
Css :: add youtube video in markdown 
Css :: how to enlarge image when hover on in css 
Css :: removing the unwanted border button css 
Css :: media screen tablet 
Css :: css select every other element 
Css :: force element to bottom of page 
Css :: how to specify css for smaller screen 
Css :: how to remove default look of button 
Css :: css color gradient background full height 
Css :: media max width css 
Css :: two background css 
Css :: second child css 
Css :: apply css on last child in parent div 
Css :: select html stop blue border 
Css :: center css elements 
Css :: css selected color 
Css :: remve arrow from input ype number 
Css :: how to scale down background image in css 
Css :: flexbox gap 
Css :: select all class in css 
Css :: css div went over top menu 
Css :: remove cursor pointer css 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =