From 1c5ddf5500422e4280af25e7ade8db4e1ce9e53b Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 14 Aug 2023 22:49:09 +0300 Subject: [PATCH] update styles --- src/index.html | 2 +- src/styles.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 97702dc..d9fbaa7 100644 --- a/src/index.html +++ b/src/index.html @@ -9,7 +9,7 @@
-

Специально для мамы с любовью ♥

+

Сделано с любовью специально для Мамы

diff --git a/src/styles.css b/src/styles.css index 05c9967..67604b1 100644 --- a/src/styles.css +++ b/src/styles.css @@ -3,7 +3,6 @@ :root { --c-peace: #a4b0be; --c-bay-wharf: #747d8c; - --c-wild-watermelon: #ff6b81; --c-presige-blue: #2f3542; } @@ -32,6 +31,7 @@ section { p.title { font-size: 1.3em; margin: 0; + text-align: center; } /* video section */ @@ -76,3 +76,7 @@ div.episodes li:hover { background-color: var(--c-bay-wharf); transition: background-color 0.2s; } + +video { + border-radius: 8px; +}