diff --git a/stroll.html b/stroll.html index c90827d..bd376b7 100644 --- a/stroll.html +++ b/stroll.html @@ -8,7 +8,7 @@ -
+
It's a nice day for a walk.
diff --git a/style.css b/style.css index e69de29..34955e6 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,6 @@ +#log { + height:600px; + width:600px; + border:1px solid #ccc; + overflow:auto; +}