added Session 2 text and links to JSFiddle
This commit is contained in:
parent
551d830194
commit
5739b35eb8
2 changed files with 27 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue