commit 095705613927f1146d112e0fada88198f30375e0
parent 2b1ea0ffa868ea06e9c61d028af3f82379f81d76
Author: bpaul <bpaul@bpaul.xyz>
Date: Tue, 30 Jun 2020 16:26:42 +1000
Added dracula colour scheme background and foreground
Diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/index.css b/index.css
@@ -0,0 +1,4 @@
+body {
+ background-color: #282A36;
+ color: #F8F8F2;
+}
diff --git a/index.html b/index.html
@@ -1,10 +1,10 @@
<html>
<head>
<title>What should i put on this website</title>
+ <link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<h1>hi</h1>
<p>My name is Benjamin Paul</p>
- <img src="https://growerssupply.files.wordpress.com/2014/12/marul_62533.jpg">
</body>
</html>