From 82ccf322f34e4f59b01bbfedeb7195b2151a753b Mon Sep 17 00:00:00 2001 From: barkaiavital Date: Thu, 14 May 2020 12:36:27 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/12/style.css b/12/style.css index 552a301..2420db7 100644 --- a/12/style.css +++ b/12/style.css @@ -23,6 +23,16 @@ body{ font-size:30px; } +.seperator{ + width:100%; + height: 4px + border-style:dotted; + border-width:2px; + border-color: blue; + margin-top:30px; + margin-bottom:30px; +} + .week_01{ margin:40px; }