You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
743 B
CSS
45 lines
743 B
CSS
*{
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
font-family: sans-serif;
|
|
font-weight: 100;
|
|
scroll-behavior: smooth;
|
|
}
|
|
/* */
|
|
.navbar {
|
|
padding-top: 1rem;
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: 50rem;
|
|
}
|
|
.projects {
|
|
padding-top: 3rem;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
font-size: 1.5rem;
|
|
line-height: 1.5;
|
|
}
|
|
.projects > img {
|
|
padding-top: 3rem;
|
|
}
|
|
.myself-txt {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
font-size: 1.5rem;
|
|
line-height: 1.5;
|
|
}
|
|
.myself-txt > h2 {
|
|
font-size: 1.75rem;
|
|
padding-top: 3rem;
|
|
}
|
|
.myself-txt > center > p {
|
|
font-size: 1.25rem;
|
|
}
|
|
|
|
.womp-womp-gif {
|
|
padding-top: 3rem;
|
|
}
|