Files
srvflask/static/style.css
2026-03-02 14:42:04 +01:00

34 lines
605 B
CSS

.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;}