From 3d8465f993fa3478f9c01b77e44ad5f4091cd2b9 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 17 Feb 2018 21:01:17 -0500 Subject: [PATCH] No inline styles pls --- stroll.html | 2 +- style.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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; +}