From 218e081c833cdfa2ecaa08e433b07f266c326307 Mon Sep 17 00:00:00 2001 From: PonIdk <130462150+PonIdk@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:09:43 +0500 Subject: [PATCH] Add files via upload --- group.html | 70 +++--------------------------------------------------- style.css | 42 ++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+), 67 deletions(-) create mode 100644 style.css diff --git a/group.html b/group.html index bfbdfa3..70fefac 100644 --- a/group.html +++ b/group.html @@ -1,53 +1,11 @@ + Сотрудники компании - +
@@ -106,27 +64,5 @@

Пак Виктория Вадимовна

- - - - - + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..e29778d --- /dev/null +++ b/style.css @@ -0,0 +1,42 @@ +body { + background-color: #000; + color: #fff; + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + display: flex; + flex-direction: column; + align-items: center; + height: 100vh; + overflow: hidden; + } + + #employees-container { + display: flex; + flex-direction: column; + align-items: center; + overflow-y: scroll; + height: calc(100% - 50px); + width: 100%; + padding: 20px; + box-sizing: border-box; + text-align: center; + } + + .employee { + background-color: #333; + color: #fff; + border-radius: 10px; + padding: 20px; + margin-bottom: 20px; + width: 80%; + max-width: 600px; + box-sizing: border-box; + } + + .employee img { + width: 100%; + max-width: 200px; + border-radius: 50%; + margin-bottom: 10px; + } \ No newline at end of file