added Session 2 text and links to JSFiddle

This commit is contained in:
Dave Lane 2023-08-08 22:48:14 +12:00
parent 551d830194
commit 5739b35eb8
2 changed files with 27 additions and 4 deletions

View file

@ -31,7 +31,13 @@ h1 { font-family: "Lobster"; }
p { color: #444; }
a { text-decoration: none; }
a {
color: green;
}
a:hover {
color: black;
}
button {
margin: 4px 4px;
@ -101,3 +107,11 @@ button:active { box-shadow: none; }
.switches {
clear: both;
}
.date {
font-size: 90%;
color: #fff;
padding: 6px;
background-color: #ccc;
border-radius: 8px;
}