From 827f1b1edc0247c69f13311fe644dffa463f56ed Mon Sep 17 00:00:00 2001 From: bo Date: Fri, 30 Jun 2023 20:44:42 +0200 Subject: [PATCH] styling --- web/style.css | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/web/style.css b/web/style.css index ec17b5a..1dc4dc4 100644 --- a/web/style.css +++ b/web/style.css @@ -1,24 +1,39 @@ body { background-color: white; color: black; + margin-left: 5%; + margin-right: 5%; } h1 { color: black; - text-align: center; + text-align: left; + } + + h2 { + color: black; + text-align: left; } p { font-family: monospace; - font-size: 20px; + font-size: 18px; color: black; + margin-left: 10%; + margin-right: 10%; + display: flex; } a { color: magenta; } - .images { + audio { + width: 300px; + height: 54px; + } + + img { position: absolute; padding-left: 5%; width: 50%;