Added Search

This commit is contained in:
j.mei7
2022-03-26 20:11:52 +01:00
parent 303d00b2ab
commit 52f791904a
12 changed files with 244 additions and 489 deletions

View File

@@ -1 +1,21 @@
/* You can add global styles to this file, and also import other style files */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
color: #fff;
}
body, html{
min-height: 100%;
width: 100%;
background-color: #222222;
}
.center{
display: block;
margin-left: auto;
margin-right: auto;
}