Skip to content

Commit

Permalink
Merge pull request #2 from jasonprogrammer775/styling
Browse files Browse the repository at this point in the history
styling
  • Loading branch information
jasonprogrammer775 authored Mar 4, 2022
2 parents b73c5c3 + 3c9085d commit e5ac9e6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dccache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"/Users/gebruiker/Documents/websitejay/jwebsite/index.html":[327,1646355088448.61,"639ae8798062cd331427fea44bc5c3ad43e41ab5215be80787e0d1a04967d784"]}
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"workbench.colorCustomizations": {
"activityBar.background": "#52114A",
"titleBar.activeBackground": "#731868",
"titleBar.activeForeground": "#FDF8FD"
}
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Document</title>
</head>
<body>
Expand Down
7 changes: 7 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@


body {
margin:0;
background: pink;
text-align: center;
}

0 comments on commit e5ac9e6

Please sign in to comment.