chore = 🔧
enhancement = ✨
bugfix = 🐛
...
| :root { | |
| // /////////////////////////////////////////////////////// | |
| // Color Palettes | |
| // /////////////////////////////////////////////////////// | |
| // | |
| // Lighten/darken using perceptual lightness | |
| // | |
| // Lighten | |
| // color: color-mix(in oklch, var(--orange-600) 95%, white 5%); |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>HTML Template</title> | |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bullframe.css@5> | |
| </head> |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Bootstrap demo</title> | |
| <link href="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css" rel="stylesheet"> | |
| <link rel="stylesheet" href="styles.css"> | |
| </head> | |
| <body> |
chore = 🔧
enhancement = ✨
bugfix = 🐛
...
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>What's the global object available?</title> | |
| <script> | |
| var getGlobal = function () { | |
| if (typeof window !== 'undefined') { | |
| return window; // Client-side JavaScript | |
| } |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
| <title>HTML Template</title> | |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bullframe.css@4/dist/css/bullframe-system-default.min.css"> | |
| </head> |
* html .ie6 {property:value;}
or
.ie6 { _property:value;}