Adding a Gallery to the docs

This commit is contained in:
Maxime Beauchemin
2016-04-06 08:46:21 -07:00
parent c2bb49fec5
commit d10eaeccc9
17 changed files with 52 additions and 0 deletions

View File

@@ -17,6 +17,12 @@ p {
margin-bottom: 10px;
}
#gallery img {
border: 1px solid gray;
box-shadow: 5px 5px 5px #888888;
margin: 10px;
}
.carousel img {
max-height: 500px;
}