libcasa board page styling patch 2.
This commit is contained in:
parent
e9a7942a36
commit
be6e27b43c
@ -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">
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user