From 1717a5279bcbf7ec0c29fb1d83e1cf31b7859f90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Ka=C5=88ka?= Date: Fri, 12 Jan 2024 03:10:05 +0100 Subject: [PATCH] =?UTF-8?q?Responzivn=C3=AD=20=C5=BEivotopis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styly.css | 30 +++++- zivotopis.html | 230 ++++++++++++++++++++++--------------------- zivotopis/style1.css | 36 ++++++- 3 files changed, 181 insertions(+), 115 deletions(-) diff --git a/styly.css b/styly.css index 62b64d6..4fba6db 100644 --- a/styly.css +++ b/styly.css @@ -14,9 +14,7 @@ footer { max-width: auto; margin: auto; } - -.flexbox div { - /* background-color: ;*/ +@media screen and (max-width: 600px) { } .menu, @@ -40,6 +38,12 @@ body { /*background-color: black; /* případná barva pozadí černá */ /*color: white; } /* bílý text */ } + +@media screen and (max-width: 600px) { + body { + width: calc(100% - 16px); + } +} /*