Skip to content

Commit

Permalink
Add global styles and enhance about-me section with improved typography
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-kad committed Jan 8, 2025
1 parent 9367180 commit 9242075
Showing 1 changed file with 22 additions and 11 deletions.
33 changes: 22 additions & 11 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
/*--------------------------------------------------------------
# Global Styles
--------------------------------------------------------------*/


/* Gorgia Google Font */
@import url('https://fonts.googleapis.com/css2?family=Inria+Sans&family=Kalam:wght@300;400;700&family=Charm:wght@400;700&family=Raleway:ital,wght@0,400;0,700;1,400&display=swap');

html {
scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
Expand Down Expand Up @@ -38,26 +45,30 @@ html {
font-weight: 300;
}


/* About-me Section */
/*--------------------------------------------------------------
# About-me
--------------------------------------------------------------*/
.about-me img {
margin-bottom: 1rem;
}
.about-me ul {
list-style: none;
padding: 0;
margin: 0;
}
.about-me li {
display: inline-block;
margin-right: 1rem;
}

.about-me a {
text-decoration: none;
color: #1b1b1b;
}

.about-me .heading {
font-family: 'Charm', 'Inria Sans', sans-serif;
font-weight: 700;
font-size: 2.5rem;
margin-bottom: 1rem;
}

.about-me .description {
font-family: 'Charm', 'Inria Sans', sans-serif;
font-weight: 400;
}

.overlay-mf {
background-color: #0078ff;
}
Expand Down

0 comments on commit 9242075

Please sign in to comment.