first commit

This commit is contained in:
2020-03-04 10:01:48 +01:00
commit a190ac0ea5
7 changed files with 376 additions and 0 deletions

8
css/style.css Normal file
View File

@@ -0,0 +1,8 @@
.title{
background-color: rgb(88, 0, 0);
padding:10px;
}
.content{
background-color: rgb(88, 0, 0);
padding: 10px;
}