libcasa board page styling patch 2.

This commit is contained in:
sweatshirt0 2023-01-29 18:04:28 -05:00
parent e9a7942a36
commit be6e27b43c
2 changed files with 9 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<head>
<meta charse="UTF-8" />
<title>Register</title>
<link rel="stylesheet" type="text/css" href="./../styles/styles.css" />
</head>
<body>
<div class="whole-wrapper">

View File

@ -20,6 +20,7 @@ body {
width: 500px;
margin-left: auto;
margin-right: auto;
background-color: #111;
}
.irc-topics {
@ -73,3 +74,10 @@ body {
color: white;
}
.register-wrapper {
position: relative;
display: flex;
justify-content: center;
margin-top: 325px;
}