From f98c35ef8fc15b96def15ac0c0d928a5b6fafe53 Mon Sep 17 00:00:00 2001 From: Nikolai Shabalin Date: Thu, 19 Dec 2024 18:20:23 +0300 Subject: [PATCH] Add era --- src/components/CssEra.astro | 43 +++++++++++++++++++++++++++++++++++++ src/pages/index.astro | 2 ++ 2 files changed, 45 insertions(+) create mode 100644 src/components/CssEra.astro diff --git a/src/components/CssEra.astro b/src/components/CssEra.astro new file mode 100644 index 0000000..32885fa --- /dev/null +++ b/src/components/CssEra.astro @@ -0,0 +1,43 @@ +
+ Выбери CSS эпоху: + + + + +
+ + diff --git a/src/pages/index.astro b/src/pages/index.astro index 070a149..216d769 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -2,6 +2,7 @@ import Base from '../layouts/Base.astro'; import Github from '../components/Github.astro'; import SelectYear from '../components/SelectYear.astro'; +import CssEra from '../components/CssEra.astro'; import Properties from '../components/Properties.astro'; import {data} from '../data/data.js'; @@ -12,6 +13,7 @@ const listYears = Object.keys(data).reverse();

Список всех CSS-свойств

+