Skip to content

Commit e5ac9e6

Browse files
Merge pull request #2 from jasonprogrammer775/styling
styling
2 parents b73c5c3 + 3c9085d commit e5ac9e6

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.dccache

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"/Users/gebruiker/Documents/websitejay/jwebsite/index.html":[327,1646355088448.61,"639ae8798062cd331427fea44bc5c3ad43e41ab5215be80787e0d1a04967d784"]}

.vscode/settings.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"workbench.colorCustomizations": {
3+
"activityBar.background": "#52114A",
4+
"titleBar.activeBackground": "#731868",
5+
"titleBar.activeForeground": "#FDF8FD"
6+
}
7+
}

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta charset="UTF-8">
77
<meta http-equiv="X-UA-Compatible" content="IE=edge">
88
<meta name="viewport" content="width=device-width, initial-scale=1.0">
9+
<link rel="stylesheet" href="styles.css">
910
<title>Document</title>
1011
</head>
1112
<body>

styles.css

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
3+
body {
4+
margin:0;
5+
background: pink;
6+
text-align: center;
7+
}

0 commit comments

Comments
 (0)