Skip to content

Commit

Permalink
Create custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyudsai authored Nov 22, 2024
1 parent 51885f5 commit b40e8ba
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/* Typography */
body {
font-family: "Spectral", serif;
line-height: 1.8;
}

h1, h2, h3 {
font-family: "Source Sans Pro", sans-serif;
font-weight: 300;
}

/* Subtle animations */
.project-card {
transition: all 0.3s ease;
}

.project-card:hover {
transform: translateY(-2px);
}

/* Refined spacing */
.page-content {
margin-top: 2em;
}

/* Elegant blockquotes */
blockquote {
border-left: 2px solid #ddd;
color: #666;
margin: 2em 0;
padding-left: 2em;
}

0 comments on commit b40e8ba

Please sign in to comment.