diff --git a/css/home.css b/css/home.css index f684bf8..e107700 100644 --- a/css/home.css +++ b/css/home.css @@ -2,12 +2,13 @@ body { font-family: Helvetica, Arial, sans-serif; font-size: 1rem; - color: #4c4f69; + color: #cad3f5; line-height: 1.5; width: 800px; margin-inline: auto; - background: white; - padding: 10px 10px 10px 10px; + background: #24273a; + padding: 6px; + margin: 10px auto; } /* @@ -16,22 +17,38 @@ body { } */ +#top { + margin-bottom: 6px; + border-radius: 16px; + border-top-left-radius: 0px; + margin: 4px auto; + margin-top: 0px; + height: 55px; +} + +#main { + background: #1e2030; +} + /* Title of the resume */ h1 { - color: #df8e1d; - font-size: 2.1rem; + width: 130px; text-align: center; - margin-top: 0px; - margin-bottom: 0px; + display: inline-block; + font-size: 1.8rem; + margin: 0px; + padding: 8px; + border-top-left-radius: 18px; + border-top-right-radius: 18px; } /* Titles of categories */ h2 { - color: #df8e1d; - font-size: 1.6rem; + color: #f5a97f; + font-size: 1.8rem; + text-align: center; margin-top: 0; margin-bottom: 0.5rem; - border-bottom: 1px solid black; } h3 { @@ -48,13 +65,6 @@ h4 { margin-bottom: 0.5rem; } -h6 { - font-size: 0.9rem; - text-align: center; - margin: 0; - padding-bottom: 9px; -} - /* Definitions */ dt { float: left; @@ -73,13 +83,28 @@ p { /* Links */ a { text-decoration: none; - color: #1e66f5; + padding: 8px; + color: #8aadf4; } + a:hover, a:active { - background-color: #7287fd; - color: #FFFFFF; + border-radius: 9px; text-decoration: underline; text-shadow: 1px 1px 1px #333; + animation: animate 3s linear infinite; +} + +a.button { + margin: 14px 10%; + padding: 4px 12px; + border: 1px outset #494d64; + border-radius: 9px; + color: #8aadf4; + display: inline-block; + background-color: #363a4f; + text-decoration: none; + width: 80px; + text-align: center; } /* Horizontal separators */ @@ -101,3 +126,31 @@ p, li { line-height: 1.6; } + +@keyframes animate { + 0% { box-shadow: 0 0 8px 4px #24273a; } + 15% { box-shadow: 0 0 8px 4px #494d64; } + 50% { box-shadow: 0 0 8px 4px #b7bdf8; } + 85% { box-shadow: 0 0 8px 4px #494d64; } + 100% { box-shadow: 0 0 8px 4px #24273a; } +} + +.card { + background: #363a4f; + text-align: center; + border-radius: 6px; + border-top-left-radius: 18px; + border-top-right-radius: 18px; +} + +.card-top { + background: #1e2030; + border-top-left-radius: 18px; + border-top-right-radius: 18px; +} + +#pong { + margin: 6px; + border-radius: 9px; + background: #494d64; +} diff --git a/home.html b/home.html index 038c252..c7349de 100644 --- a/home.html +++ b/home.html @@ -28,17 +28,25 @@
-