Initial commit
This commit is contained in:
parent
9f98d737ff
commit
643e584336
21
index.htm
Normal file
21
index.htm
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>CSS Variables</title>
|
||||||
|
|
||||||
|
<meta name="author" content="Kenneth John Odle">
|
||||||
|
<meta name="description" content="Examples of how to use variables in CSS">
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
|
||||||
|
<style>
|
||||||
|
</style>
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user