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