added bli medlem page. updated sosiale page

This commit is contained in:
2016-08-18 00:30:59 +02:00
committed by Jørn Åne
parent 2b5c561369
commit 8ac5b801ef
4 changed files with 46 additions and 10 deletions

View File

@@ -145,4 +145,13 @@ a.btn:active {
top: 13rem;
height: 13em;
}
}
.collapsable {
display: none;
}
.collapsable:target {
display: block;
}