Common style, more footers

This commit is contained in:
Carl Pearson
2024-09-20 14:08:09 -06:00
parent 3783c269c5
commit 1446e8b337
7 changed files with 28 additions and 13 deletions

10
static/style/common.css Normal file
View File

@@ -0,0 +1,10 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
box-sizing: border-box;
}
h1 {
text-align: center;
}

View File

@@ -1,14 +1,3 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
box-sizing: border-box;
}
h1 {
text-align: center;
}
.video-container {
max-width: 600px;
margin: 0 auto;