From 08bab7578d35b07520aebfde13334399900dbf03 Mon Sep 17 00:00:00 2001 From: RaphRiots <118174094+RaphRiots@users.noreply.github.com> Date: Thu, 15 Dec 2022 16:54:19 +0100 Subject: [PATCH] v2 --- assets/css/style.css | 4 + form.html | 205 +++++++++++++++++++++++++++++++++++++++---- 2 files changed, 190 insertions(+), 19 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index c6f3277..278fc5b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -59,4 +59,8 @@ main{ width: 160px; height: 120px; background-color: blue; +} + +#comment{ + font-size: 20px; } \ No newline at end of file diff --git a/form.html b/form.html index 25d7c4c..206ea35 100644 --- a/form.html +++ b/form.html @@ -25,38 +25,205 @@