Add hire me page
This commit is contained in:
parent
0b79a849e7
commit
79e3ecc72d
12 changed files with 158 additions and 7 deletions
src/styles
25
src/styles/Bot.module.css
Normal file
25
src/styles/Bot.module.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue