Add hire me page

This commit is contained in:
Henry Hiles 2023-06-13 12:34:53 -04:00
commit 79e3ecc72d
12 changed files with 158 additions and 7 deletions
src/styles

25
src/styles/Bot.module.css Normal file
View file

@ -0,0 +1,25 @@
.discord {
display: flex;
flex-direction: column;
align-items: center;
width: unset;
padding: 3rem;
max-width: 90%;
}
.discord button {
width: 100%;
max-width: 40rem;
}
.title {
font-size: 2.5rem;
margin: 0;
text-align: center;
}
.description {
font-size: 1.5rem;
max-width: 40rem;
text-align: justify;
}