From 4854be2d54b5c218fab205803c3fbb11938a4836 Mon Sep 17 00:00:00 2001 From: Sergey Date: Mon, 3 Jul 2017 01:05:24 +0300 Subject: [PATCH] Create style.css --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 css/style.css diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..721409b --- /dev/null +++ b/css/style.css @@ -0,0 +1,3 @@ +body { + font-size: 20px; +}