This commit is contained in:
Lucas Kent 2022-12-05 11:13:23 -05:00 committed by GitHub
parent 99bef4bb3d
commit 3475e31402
3 changed files with 7 additions and 6 deletions

View File

@ -10,6 +10,12 @@
background: white; background: white;
} }
body {
font-family: Arial;
padding: px;
background: #868686;
}
/* Create two unequal columns that floats next to each other */ /* Create two unequal columns that floats next to each other */
/* Left column */ /* Left column */
.leftcolumn { .leftcolumn {

View File

@ -1,5 +0,0 @@
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/backround.css">
<link rel="stylesheet" href="/assets/styles/noscroll.css"> <link rel="stylesheet" href="/assets/styles/noscroll.css">
<link rel="stylesheet" href="/assets/styles/navbar.css"> <link rel="stylesheet" href="/assets/styles/navbar.css">
<link rel="stylesheet" href="/assets/styles/body.css"> <link rel="stylesheet" href="/assets/styles/blog.css">
</head> </head>
<body> <body>
<div class="bg"></div> <div class="bg"></div>