diff --git a/data-attribute/index.html b/data-attribute/index.html new file mode 100644 index 0000000..8b6d869 --- /dev/null +++ b/data-attribute/index.html @@ -0,0 +1,31 @@ + +
  • + + + + + HTML Tips and Tricks - Data Attribute + + + + + + + +
    +

    Know data attribute

    +
    I have a hidden secret!
    + + +
    + +

    +
    + \ No newline at end of file diff --git a/index.html b/index.html index f191436..386e384 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,10 @@ Mark Content - Highlight things
  • +
  • + + Custom Data - Data with elements +
  • diff --git a/main.css b/main.css index 5c7b8d2..a455c09 100644 --- a/main.css +++ b/main.css @@ -41,3 +41,7 @@ li { border-radius: 5px; padding: 10px; } + +.demo .data-attribute { + padding: 10px; +}