diff --git a/materialize/css/style-page.css b/materialize/css/style-page.css
index 14fa595..7486283 100644
--- a/materialize/css/style-page.css
+++ b/materialize/css/style-page.css
@@ -27,6 +27,19 @@ section {
margin-top: 3em;
}
+.pictures-line {
+ width: 80%;
+ margin-left: 10%;
+ margin-right: 10%;
+}
+
+.pictures-line img {
+ position: relative;
+ display: inline;
+ width: 33%;
+ height: auto;
+}
+
footer {
margin-top: 7em;
text-align: center;
diff --git a/templates/page-example.html b/templates/page-example.html
index c3728fe..9a5fff1 100644
--- a/templates/page-example.html
+++ b/templates/page-example.html
@@ -20,6 +20,14 @@
+
+