diff --git a/index.html b/index.html index dfc7024..5c4c71c 100644 --- a/index.html +++ b/index.html @@ -25,8 +25,8 @@ } img{ - display: block; - margin: 5px 0; + //display: block; + //margin: 5px 0; max-width: 640px; } @@ -43,6 +43,10 @@ padding-bottom: 10px; margin-bottom: 10px; } + + .center{ + text-align: center; + }