From fb8b6fe9b8284b101a9004c51f263b647834545e Mon Sep 17 00:00:00 2001 From: Peppuz Date: Sat, 10 Mar 2018 02:46:12 +0100 Subject: [PATCH] Init Css --- assets/master.css | 17 +++++++++++++++++ index.html | 26 +++++++++++++++++++------- 2 files changed, 36 insertions(+), 7 deletions(-) create mode 100644 assets/master.css diff --git a/assets/master.css b/assets/master.css new file mode 100644 index 0000000..01734df --- /dev/null +++ b/assets/master.css @@ -0,0 +1,17 @@ +.form{ + +} + +.submit{ + +} + +.bg{ + background-color: gray; +} + +.center{ + margin:auto; + padding: 10px; + width: 50%; +} diff --git a/index.html b/index.html index 52c5081..eb511c9 100644 --- a/index.html +++ b/index.html @@ -5,16 +5,28 @@ Caption - + - -
- - - + +
+ +
+ +
+
+ +
+ +
+ +
+ +
+ + - \ No newline at end of file +