From 3c9085d1e7888d7f360db9929eb6063a56d2e96c Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 4 Mar 2022 01:53:39 +0100 Subject: [PATCH] styling --- .dccache | 1 + .vscode/settings.json | 7 +++++++ index.html | 1 + styles.css | 7 +++++++ 4 files changed, 16 insertions(+) create mode 100644 .dccache create mode 100644 .vscode/settings.json create mode 100644 styles.css diff --git a/.dccache b/.dccache new file mode 100644 index 0000000..b6b5011 --- /dev/null +++ b/.dccache @@ -0,0 +1 @@ +{"/Users/gebruiker/Documents/websitejay/jwebsite/index.html":[327,1646355088448.61,"639ae8798062cd331427fea44bc5c3ad43e41ab5215be80787e0d1a04967d784"]} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..44b9f4d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "workbench.colorCustomizations": { + "activityBar.background": "#52114A", + "titleBar.activeBackground": "#731868", + "titleBar.activeForeground": "#FDF8FD" + } +} \ No newline at end of file diff --git a/index.html b/index.html index c468797..d99d8cc 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,7 @@ + Document diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..6aeb4a3 --- /dev/null +++ b/styles.css @@ -0,0 +1,7 @@ + + +body { + margin:0; + background: pink; + text-align: center; +} \ No newline at end of file