From 8987aef246a1040665cc9ac37def868190fd0789 Mon Sep 17 00:00:00 2001 From: Elias John Date: Fri, 3 Mar 2023 21:02:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Estyle.css=E2=80=9C=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..64fdeb3 --- /dev/null +++ b/style.css @@ -0,0 +1,20 @@ +body{ +background-color: firebrick; + +} + +.links { + text-align: center; +} + + +.social { +display: flex; +margin: 50%; + + width: 100px; + height: 100px; + + + +} \ No newline at end of file