Initial commit, added all of services and short about info
This commit is contained in:
commit
4229291ca4
12 changed files with 263 additions and 0 deletions
11
css/about.css
Normal file
11
css/about.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
body {
|
||||
margin: 2rem;
|
||||
/* height: 100vh; */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
padding: 2rem;
|
||||
gap: 1rem;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue