From c5a00d437db3efd2f6b67bda0a5a0e789fa534ec Mon Sep 17 00:00:00 2001 From: Satulint <32435994+Satulint@users.noreply.github.com> Date: Tue, 13 Feb 2018 20:06:10 +0200 Subject: [PATCH] html and css Here are the html and css files --- index.html | 32 ++++++++++++++++++++++++++++++++ mystyle.css | 23 +++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 index.html create mode 100644 mystyle.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..7721d2d --- /dev/null +++ b/index.html @@ -0,0 +1,32 @@ + + + + + API + + + + + + +
+ +
+ +
+
+ +
+
+ + diff --git a/mystyle.css b/mystyle.css new file mode 100644 index 0000000..0474d1e --- /dev/null +++ b/mystyle.css @@ -0,0 +1,23 @@ +/* +To change this license header, choose License Headers in Project Properties. +To change this template file, choose Tools | Templates +and open the template in the editor. +*/ +/* + Created on : 13.2.2018, 19:00:32 + Author : Satu +*/ +body{ + background-color: lightblue; +} +form{ + margin-left: 20%; + margin-right: 20%; +} +div{ + margin: auto; + width: 80%; +} +.main{ + background-color: wheat; +}