diff --git a/css/styles.css b/css/styles.css index 27d5f5a..30c657e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -530,9 +530,20 @@ padding: 1rem; } + .profile-pic { + width: 80px; + height: 80px; + border-radius: 50%; + object-fit: cover; + border: 3px solid var(--accent-color); + margin-right: 15px; + } + .header-top { - flex-direction: column; - gap: 1rem; + display: flex; + align-items: center; + justify-content: space-between; + padding: 10px 0; } .contact-links { diff --git a/index.html b/index.html index 33a329d..1745ddf 100644 --- a/index.html +++ b/index.html @@ -14,12 +14,14 @@
Student Informatyki | Specjalizacja: Gry Komputerowe i Aplikacje Mobilne