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
15
css/index.css
Normal file
15
css/index.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
body {
|
||||
margin: 0;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue