Skip to content

Instantly share code, notes, and snippets.

@energylevels
energylevels / css-grid-ie-11.html
Created April 16, 2021 14:26
[CSS Grid Examples For IE 11] CSS Grid Support For IE 11 With Prefixes #css #html
<!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
}