From b1bb5568253c55d0dc08f049c66d6409c264b831 Mon Sep 17 00:00:00 2001 From: Anastasiia Orekhova <87498204+nisanord@users.noreply.github.com> Date: Mon, 6 May 2024 20:07:13 +0200 Subject: [PATCH] Update style.css --- style.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index b1e8bba..d68cdee 100644 --- a/style.css +++ b/style.css @@ -1,10 +1,12 @@ -html, body { +html, +body { height: 100%; width: 75%; min-width: 320px; } -html { +html, +button { font-size: calc(16px + 1.5 * 1vw); font-family: -apple-system, BlinkMacSystemFont, 'Avenir Next', Avenir, 'Segoe UI', 'Helvetica Neue', Helvetica, Ubuntu, Roboto, Noto, Arial, sans-serif; @@ -17,7 +19,12 @@ body { color: snow; } -p { +.helloworld { + display: inline; +} + +p, +button { font-weight: bold; line-height: 1.5rem; margin-top: 0.75rem;