Add "about me" page
This commit is contained in:
28
source/styles/about-me.css
Normal file
28
source/styles/about-me.css
Normal file
@ -0,0 +1,28 @@
|
||||
.about-me {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
.about-me__note {
|
||||
text-align: center;
|
||||
font-size: 120%;
|
||||
max-width: 400px;
|
||||
min-height: 3em;
|
||||
}
|
||||
|
||||
.about-me__links {
|
||||
padding: 0;
|
||||
margin-top: 4em;
|
||||
list-style: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.about-me__link {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.about-me__link + .about-me__link {
|
||||
margin-left: 1em;
|
||||
}
|
Reference in New Issue
Block a user