libcasa board page styling patch 2.
This commit is contained in:
parent
e9a7942a36
commit
be6e27b43c
@ -2,6 +2,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charse="UTF-8" />
|
<meta charse="UTF-8" />
|
||||||
<title>Register</title>
|
<title>Register</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="./../styles/styles.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="whole-wrapper">
|
<div class="whole-wrapper">
|
||||||
|
@ -20,6 +20,7 @@ body {
|
|||||||
width: 500px;
|
width: 500px;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
background-color: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
.irc-topics {
|
.irc-topics {
|
||||||
@ -73,3 +74,10 @@ body {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.register-wrapper {
|
||||||
|
position: relative;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin-top: 325px;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user