first commit
This commit is contained in:
33
static/style.css
Normal file
33
static/style.css
Normal 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;}
|
||||
|
||||
Reference in New Issue
Block a user