diff --git a/corbel.ttf b/corbel.ttf new file mode 100644 index 0000000..34fd5aa Binary files /dev/null and b/corbel.ttf differ diff --git a/index.html b/index.html index 84a522c..d6605f8 100644 --- a/index.html +++ b/index.html @@ -15,39 +15,55 @@ display: flex; align-items: center; margin-top: 20; + font-family: 'Corbel'; } .heading { color: #ec9df5; font-size: 32px; - margin: 0; + margin: 0; } - .image { + .pfp_image { vertical-align: left; - height: 50px; margin-left: 20px; margin-right: 25px; + margin-top: 20px; } + @font-face { + font-family: 'Corbel' + src: url(corbel.ttf); + } + /* Body CSS */ .body_container { + display: grid; margin-top: 50px; margin-left: 50px; color: white; font-size: 20px; + font-family: 'Corbel'; } + .project_image { + vertical-align: left; + margin-left: 20px; + margin-right: 25px; + margin-top: 20px; + margin-bottom: 25px; + } -
Welcome to Noololly's site
-Welcome to Noololly's site
+