This repository has been archived on 2020-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
nemubot-askweb/styleConfirmation.css

36 lines
437 B
CSS

body
{
text-align: center;
width: 60%;
margin: auto;
background-color: #545455;
}
header
{
border-radius: 10px;
margin: 10px;
padding: 8px;
background-color: black;
color: orange;
}
#banner
{
display: inline-block;
float: right;
}
article h2, form h2
{
background-color: black;
color: orange;
margin-left: -10px;
margin-right: -10px;
}
section
{
text-align: justify;
}