Advertisement
afsarwebdev

Specific browser css code

Aug 7th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. //Sepecific browser css code write
  2. //For more information: https://browserstrangeness.github.io/css_hacks.html
  3. @-moz-document url-prefix() {
  4. .nav-items li > ul { css code here }
  5. }
  6.  
  7. @supports (-ms-ime-align:auto) and (font-variation-settings:normal) {
  8. .nav-items li > ul { css code here }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement