From a17411cbb8e8a67ff9c4815bd96cdd4ddb1a1ddb Mon Sep 17 00:00:00 2001 From: mattkae Date: Fri, 28 Oct 2022 09:20:52 -0400 Subject: Indentation --- index.css | 85 +++++++++++++++++++++++++++++++------------------------------- index.html | 42 +++++++++++++++---------------- 2 files changed, 63 insertions(+), 64 deletions(-) diff --git a/index.css b/index.css index 5537759..dd14a8f 100644 --- a/index.css +++ b/index.css @@ -1,49 +1,48 @@ body { - width: 60vw; - height: 100vh; - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; - font-size: 16px; - background-color: transparent; - color: black; - padding: 0; - margin: auto; - + width: 60vw; + height: 100vh; + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + font-size: 16px; + background-color: transparent; + color: black; + padding: 0; + margin: auto; } header { - width: 100%; + width: 100%; } header > h1 { font-weight: bold; - font-size: 2rem; - padding-top: 1rem; + font-size: 2rem; + padding-top: 1rem; padding-bottom: 0.5rem; - margin: 0; + margin: 0; } header > nav { - margin-top: 0.5rem; - margin-bottom: 1rem; - padding-left: 0.25rem; + margin-top: 0.5rem; + margin-bottom: 1rem; + padding-left: 0.25rem; } header > nav > ul { - display: flex; - flex-direction: row; - list-style-type: none; - margin: 0; - padding: 0; + display: flex; + flex-direction: row; + list-style-type: none; + margin: 0; + padding: 0; } header > nav > ul > li { - padding-right: 1rem; + padding-right: 1rem; } header > nav > ul a { - text-decoration: none; - color: blue; - font-size: 18px; + text-decoration: none; + color: blue; + font-size: 18px; border-bottom: 1px solid transparent; } @@ -53,43 +52,43 @@ header > nav > ul a:hover { } h2 { - font-size: 1.5rem; + font-size: 1.5rem; } section { - width: 100%; + width: 100%; } p { - text-align: left; + text-align: left; } section a { - color: blueviolet; + color: blueviolet; } section a:hover { - opacity: 0.7; + opacity: 0.7; } /* Image styling */ #image_container { - display: flex; - flex-direction: row; - transition: transform 100ms ease-in-out; + display: flex; + flex-direction: row; + transition: transform 100ms ease-in-out; flex: 0 1 auto; width: 100%; overflow: auto; } #image_container .image_item { - width: 240px; - transition: opacity 100ms ease-in-out; - padding: 0; - margin: 0; - padding-right: 12px; - cursor: pointer; - position: relative; + width: 240px; + transition: opacity 100ms ease-in-out; + padding: 0; + margin: 0; + padding-right: 12px; + cursor: pointer; + position: relative; } #image_container .image_item:hover > img { @@ -97,12 +96,12 @@ section a:hover { } .image_item > figcaption { - font-size: 10px; - font-style: italic; + font-size: 10px; + font-style: italic; } .image_item > img { - width: inherit; + width: inherit; border-radius: 3px; border: 2px solid rgba(0, 0, 0, 0.3); } diff --git a/index.html b/index.html index d8be651..50b8cbf 100644 --- a/index.html +++ b/index.html @@ -15,15 +15,15 @@
-

Matthew Kosarek

- +

Matthew Kosarek

+
@@ -44,15 +44,15 @@ Hanging with my friends, circa July 2019.
- +
-
-

About Me

+
+

About Me

My name is Matthew Kosarek. - I am a computer programmer from northern New Jersey and I currently live and work in Montreal, Quebec. - I keep my CV up to date on this website, and I also provide some links to the extracurriculars that I am up to. + I am a computer programmer from northern New Jersey and I currently live and work in Montreal, Quebec. + I keep my CV up to date on this website, and I also provide some links to the extracurriculars that I am up to.

@@ -64,16 +64,16 @@
-
+

Theme

-
+
-- cgit v1.2.1