diff --git a/css/master.css b/css/master.css index 31aa091..0f2b292 100644 --- a/css/master.css +++ b/css/master.css @@ -21,19 +21,19 @@ background-color: var(--color-pallete-red); } -a { +.hexlink { text-decoration: none; font-style: italic; color: #a80000; } -a:visited { +.hexlink:visited { color: #a80000; } -a:hover::before{ - content: "\\"; -} a:hover::after{ - content: "/"; +.hexlink:hover::before{ + content: ">"; +} .hexlink:hover::after{ + content: "<"; } html { @@ -138,7 +138,6 @@ body { width: 100%; } -/*Mobile*/ @media (max-width: 1000px) { .aboutme-box { @@ -164,6 +163,11 @@ body { } .projects-box .card { margin: auto; padding-bottom: 30px; +} .projects-box img { + width: 100%; + height: 100%; + border-top-right-radius: 10%; + border-top-left-radius: 1%; } @media (max-width: 1000px) @@ -177,10 +181,21 @@ body { } } +/* CONTACT SECTION */ +#contact { + width: 100%; +} + +.contact-box { + margin: auto; + width: auto; + height: auto; +} + /* Cards */ .card { - width: 350px; - height: 550px; + width: 300px; + height: 500px; } .card .upper { width: auto; height: 60%; diff --git a/index.html b/index.html index 3b1fbac..73dd9d1 100755 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@
Hi! I'm Chris Bell. I am a programmer, musician, and nerd. My passion has been Game Development for over 5 years, using Unreal Engine, Unity, and Godot. I am currently a full-time Unity developer, but have knowledge in C/C++, C#, Java, HTML/CSS, and a few other languages. Most of my projects can be found on either my personal GitHub or my Hex Studios GitHub pages.
+Hi! I'm Chris Bell. I am a programmer, musician, and nerd. My passion has been Game Development for over 5 years, using Unreal Engine, Unity, and Godot. I am currently a full-time Unity developer, but have knowledge in C/C++, C#, Java, HTML/CSS, and a few other languages. Most of my projects can be found on either my personal GitHub or my Hex Studios GitHub pages.