From a7c21128a440eebad4337e90baa95a16afb41a70 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 3 Jan 2024 01:59:18 -0500 Subject: More padding; Moved styles to their own folder --- src/styles/index.css | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/styles/index.css (limited to 'src/styles/index.css') diff --git a/src/styles/index.css b/src/styles/index.css new file mode 100644 index 0000000..ddc1fc6 --- /dev/null +++ b/src/styles/index.css @@ -0,0 +1,38 @@ +.home { + text-align: center; +} + +.avatar { + border-radius: 20%; +} + +h1 { + font-weight: 500; + font-size: 4vh; +} + +h2 { + font-weight: 500; + font-size: 2.5vh; +} + +.description { + line-height: 0.4; +} + +h3 { + font-weight: 300; + font-size: 1.2rem; +} + +.social { + display: flex; + flex-direction: row; + justify-content: center; + font-size: 6vh; + gap: 7vh; +} + +.social-links { + color: #FFFFFF; +} -- cgit v1.2.3