added css

This commit is contained in:
Bart Massey 2024-05-29 15:35:55 -07:00
parent f39794a760
commit 6189f29e00
2 changed files with 29 additions and 2 deletions

25
index.css Normal file
View File

@ -0,0 +1,25 @@
.teller {
font-weight: bold;
}
.tellee {
font-style: italic;
}
.annotation {
font-style: italic;
font-size: 60%;
}
h1 {
font-weight: bold;
font-size: 150%;
}
.joke {
border: 1px solid black;
}
.error {
color: #881111;
}

View File

@ -1,5 +1,7 @@
<!doctype html>
<html lang="en">
<head></head>
<head>
<link data-trunk rel="css" href="index.css" />
</head>
<body></body>
</html>