From 4a8b4d36d97e5bf6ed6161fe1f7cacaadd7354fc Mon Sep 17 00:00:00 2001 From: Moses1058 Date: Sat, 30 Jul 2022 04:17:56 +0400 Subject: [PATCH] Submitted HomeWork For Week_1 --- gio_tasoshvili/form.php | 56 ++++++++++++++++++++++++++++++++++++++++ gio_tasoshvili/style.css | 30 +++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 gio_tasoshvili/form.php create mode 100644 gio_tasoshvili/style.css diff --git a/gio_tasoshvili/form.php b/gio_tasoshvili/form.php new file mode 100644 index 0000000..a156b6d --- /dev/null +++ b/gio_tasoshvili/form.php @@ -0,0 +1,56 @@ + + + + + + + Form + + + +
+

Please Fill These Forms

+
+ + + + +
+ + + + + + + +
+
+ '; ?> +
+ Your Image +
+ + \ No newline at end of file diff --git a/gio_tasoshvili/style.css b/gio_tasoshvili/style.css new file mode 100644 index 0000000..c8b5c4b --- /dev/null +++ b/gio_tasoshvili/style.css @@ -0,0 +1,30 @@ +section { + width: 400px; + height: 120px; + margin-top: 100px; + margin-left: auto; + margin-right: auto; + background-color: aquamarine; + +} +h1{ + width: 243px; + padding-top: 7px; + margin-left: auto; + margin-right: auto; + margin-bottom: 16px; +} +input { + margin-bottom: 10px; + margin-left: 15px; +} +.personal-info{ + width: 300px; + margin-left: auto; + margin-right: auto; +} +.name-surname{ + color:rgb(66, 99, 199); + font-size: 30px; + padding-left: 50px; +}