aa
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
body {
|
||||
font-family: 'Noto Sans', sans-serif;
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
};
|
||||
div.container {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
border: 2px solid #d63209;
|
||||
border-radius: 25px;
|
||||
padding: 20px;
|
||||
background-color: #444;
|
||||
};
|
||||
header {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: 60px;
|
||||
width: 60px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.title {
|
||||
display: inline-block;
|
||||
font-size: 48px;
|
||||
line-height: 60px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.footer {
|
||||
width: 80%;
|
||||
margin: auto;
|
||||
border: 2px solid #d63209;
|
||||
border-radius: 25px;
|
||||
padding: 20px;
|
||||
background-color: #444;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user