diff --git a/details/index.html b/details/index.html
index f5116b9..79340a3 100644
--- a/details/index.html
+++ b/details/index.html
@@ -13,7 +13,7 @@
Details Tag
- Click Here to the user details
+ Click Here to get the user details
# |
diff --git a/index.html b/index.html
index 53ac657..f6cf829 100644
--- a/index.html
+++ b/index.html
@@ -3,14 +3,14 @@
- HTML Tips and Tricks
+ HTML5 Tips and Tricks
-
My Favorite HTML Tips and Tricks
+
My Favorite HTML5 Tips and Tricks
diff --git a/main.css b/main.css
index a455c09..815f0be 100644
--- a/main.css
+++ b/main.css
@@ -45,3 +45,7 @@ li {
.demo .data-attribute {
padding: 10px;
}
+
+.demo .range output {
+ font-size: 62px;
+}
\ No newline at end of file
diff --git a/range/index.html b/range/index.html
new file mode 100644
index 0000000..83da482
--- /dev/null
+++ b/range/index.html
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+ HTML Tips and Tricks - Range Slider
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+