This commit is contained in:
Lucas Kent 2022-12-05 11:09:46 -05:00 committed by GitHub
parent 6406c6c9a9
commit 99bef4bb3d
3 changed files with 6 additions and 7 deletions

View File

@ -2,12 +2,6 @@
box-sizing: border-box;
}
body {
font-family: Arial;
padding: px;
background: #868686;
}
/* Header/Blog Title */
.header {
padding: 30px;

5
assets/styles/body.css Normal file
View File

@ -0,0 +1,5 @@
body {
font-family: Arial;
padding: px;
background: #868686;
}

View File

@ -15,7 +15,7 @@
<link rel="stylesheet" href="/assets/styles/backround.css">
<link rel="stylesheet" href="/assets/styles/noscroll.css">
<link rel="stylesheet" href="/assets/styles/navbar.css">
<link rel="stylesheet" href="/assets/styles/blog.css">
<link rel="stylesheet" href="/assets/styles/body.css">
</head>
<body>
<div class="bg"></div>