added css
This commit is contained in:
parent
f39794a760
commit
6189f29e00
25
index.css
Normal file
25
index.css
Normal 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;
|
||||
}
|
@ -1,5 +1,7 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head></head>
|
||||
<head>
|
||||
<link data-trunk rel="css" href="index.css" />
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
Reference in New Issue
Block a user