first commit

This commit is contained in:
2026-03-02 14:42:04 +01:00
commit 70a28837fe
29 changed files with 433 additions and 0 deletions

33
static/style.css Normal file
View File

@@ -0,0 +1,33 @@
.playwrite-cu-guides-regular {
font-family: "Playwrite CU Guides", cursive;
font-weight: 400;
font-style: normal;
}
.logo-style{
border: solid 0px black;
background: silver;
text-align: center;
height: 94px;
width: 100px;}
body {
font-family: "Playwrite CU Guides", cursive;
background-color: #E9FAFC;}
h1 {
text-decoration: underline;
color: red;}
h2 {
text-decoration: underline;}
p {
color: blue;}
table {
border-collapse: separate;}
td {
border-style: inset;
border-color: #0000FF #00FFFF #00FFFF #0000FF;}