diff --git a/assignment13/style.css b/assignment13/style.css index e6d695f..93b6d1e 100644 --- a/assignment13/style.css +++ b/assignment13/style.css @@ -21,7 +21,7 @@ font-size: 2.5rem; font-weight: bold; letter-spacing: 0.5rem; - opacity: 0.4; + opacity: 0.6; margin-top: 1%; } @@ -41,7 +41,6 @@ h1{ font-size: 4rem; margin-left: -1%; - margin-top: -10px; } /* period */ @@ -50,7 +49,6 @@ position: relative; font-weight:100; font-size: 1.7rem; - font-family:'Courier New', Courier, monospace; margin: 1% 0 0; } @@ -58,7 +56,7 @@ position: absolute; content: '2023.'; font-size: 0.7rem; - font-family: Impact,'Arial Narrow Bold', sans-serif; + font-weight: bold; top:-13px; left:0; } @@ -71,7 +69,7 @@ } span.twoColumn{ - font-size: 0.3rem; + font-size: 0.6rem; text-align: center; margin-left: 0; } @@ -79,22 +77,22 @@ div.container{ display: flex; - align-items: flex-end; + align-items: flex-start; width: 100%; } div.item:nth-child(1){ width: 80%; - } div.item:nth-child(2){ width: 20%; text-align: right; + align-self: flex-end; } div.item > img{ - width: 12vw; + width: 8vw; height: auto; } @@ -114,9 +112,9 @@ } li::before{ - content: "◼️"; + content: "◽️"; position: absolute; - top: -4px; + top: -5px; left: -14px; font-size: 1rem; } @@ -125,5 +123,5 @@ footer{ color: #fff; text-align: right; - margin-right: 3%; + margin-right: 2%; }