diff --git a/index.html b/index.html index 9dc5cf802d5ef1ecadc6a111b971c6478cbe7e6a..aace1fbf5b81e4225108c353404a466942779d9a 100644 --- a/index.html +++ b/index.html @@ -8,12 +8,18 @@ InsCode -
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/style.css b/style.css index ee6c18b3d3588c4cecdb98c29027e945cb85751a..5d9c70f20b37ab44f03b0ea96720852549d69bb6 100644 --- a/style.css +++ b/style.css @@ -8,10 +8,14 @@ html{ padding: 64px; } -.a{ +body { + counter-reset: item; +} + +.b { counter-increment: item; } -.a:before{ - - content: counter(item, decimal); + +.b::before { + content: counter(item); } \ No newline at end of file