This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en" > | |
<head> | |
<meta charset="UTF-8"> | |
<title>Basic CSS Grid With IE 11 Support</title> | |
<script> | |
//If you want to detect IE 11 with javascript and serve up an alternative stylesheet for example: | |
if(window.msCrypto) { | |
// Do some IE11 specific stuff | |
} |