diff --git a/hamels/index.html b/hamels/index.html index 9f50227..b6852f3 100644 --- a/hamels/index.html +++ b/hamels/index.html @@ -48,6 +48,28 @@ button { button:hover { background-color: #ddd; } + +#grafiek { + width: 300px; + margin: 20px auto; + display: flex; + justify-content: space-between; + align-items: flex-end; + height: 150px; +} + +.bar { + width: 100px; + background-color: #4CAF50; + text-align: center; + color: white; + font-weight: bold; + margin: 0 10px; +} + +.bar.negative { + background-color: #f44336; +} @@ -86,25 +108,44 @@ button:hover {

Vond je deze site leuk?

- - + +
-

+
+
0
+
0
+