This commit is contained in:
Lucas Kent 2022-12-14 14:01:18 -05:00 committed by GitHub
parent 7f1b141254
commit 83febfa599
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#footer { #footer {
padding: 20px; padding: 20px;
text-align: center; text-align: center;
background: #ddd; background: rgb(221, 221, 221);
margin-top: 20px; margin-top: 20px;
position: absolute; position: absolute;
bottom: 0; bottom: 0;

View File

@ -37,6 +37,7 @@
<link rel="stylesheet" href="/assets/styles/navbar.css" /> <link rel="stylesheet" href="/assets/styles/navbar.css" />
<link rel="stylesheet" href="/assets/styles/blog.css" /> <link rel="stylesheet" href="/assets/styles/blog.css" />
<link rel="stylesheet" href="/assets/styles/Font.css"> <link rel="stylesheet" href="/assets/styles/Font.css">
<link rel="stylesheet" href="/assets/styles/footer.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
</head> </head>
<body> <body>