diff --git a/html-css/fun.css b/html-css/fun.css new file mode 100644 index 0000000..46ee9bf --- /dev/null +++ b/html-css/fun.css @@ -0,0 +1,16 @@ +:root { + --fonts-sans-serif: ui-sans-serif, "Liberation Sans", "Arimo", "Arial", + sans-serif "Noto Emoji", "Noto Color Emoji", emoji; + --fonts-serif: ui-serif, "Liberation Serif", Tinos, "Times New Roman", serif, + "Noto Emoji", "Noto Color Emoji", emoji; + --fonts-mono: ui-monospace, "Liberation Mono", Cousine, "Courier New", + monospace, "Noto Emoji", "Noto Color Emoji", emoji; +} + +* { + font-variant-emoji: text; + margin: 25%; + font-family: var(--fonts-serif); + background-color: #000000; + color: #ffffff; +} diff --git a/html-css/fun.html b/html-css/fun.html new file mode 100644 index 0000000..b2a4f2c --- /dev/null +++ b/html-css/fun.html @@ -0,0 +1,12 @@ + + +
+ + +