Just some practice and examples with CSS variables.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
346 B

3 years ago
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>CSS Variables</title>
  6. <meta name="author" content="Kenneth John Odle">
  7. <meta name="description" content="Examples of how to use variables in CSS">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <style>
  10. </style>
  11. </head>
  12. <body>
  13. </body>
  14. </html>