diff --git a/index.html b/index.html index 2ba61ff..44c4585 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,11 @@ -Meow meow meow meow +
+ Meow meow meow meow -bleb + bleb +
diff --git a/style.css b/style.css index c2ccee7..a84253e 100644 --- a/style.css +++ b/style.css @@ -2,6 +2,11 @@ body { font-size: 2em; } +main { + margin: 10%; + border: 1px solid black; +} + blink { -webkit-animation: 2s linear infinite condemned_blink_effect; // for android animation: 2s linear infinite condemned_blink_effect;