From f1a923860c02c69d9e67d15da24f90d7306223e0 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 6 Jul 2019 13:36:42 +0400 Subject: =?UTF-8?q?WIP:=20=D0=9D=D0=BE=D0=B2=D0=B0=D1=8F=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=81=D1=82=D0=BA=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- day9/task5/index.html | 62 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 47 insertions(+), 15 deletions(-) diff --git a/day9/task5/index.html b/day9/task5/index.html index 423b5cb..20e2a3d 100644 --- a/day9/task5/index.html +++ b/day9/task5/index.html @@ -21,32 +21,28 @@ font-size: 17px; } - #table_operations { - margin: 30px; - font-size: 20px; + input[type="date"], input[type="time"] { + padding: 7px; + font-size: 1.3em; } - .odd { - background-color: #dedede; + input { + margin: 3px 0; } - .even { - background-color: #c5c5c5; + #table_operations { + margin: 30px; + font-size: 20px; } - .keyword { - color: blue; - } + .odd { background-color: #dedede; } + .even { background-color: #c5c5c5; } + .keyword { color: blue; } - - %%heading%% - - %%body%% -

+
+
+
+
+
+
+
+
+
+ + + +
+ + + %%heading%% + + %%body%% +
+