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/style.css

42 lines
457 B
CSS
Raw Normal View History

2012-05-21 23:30:05 +00:00
body
{
text-align: center;
width: 80%;
margin: auto;
}
#introduction
{
text-align: justify;
border: solid;
border-radius: 5px;
padding: 10px;
margin-bottom: 10px;
}
form
{
border: solid;
border-radius: 5px;
margin-bottom: 20px;
}
#q
{
vertical-align: top;
}
2012-05-22 08:45:40 +00:00
aside
{
float: right;
2012-05-22 09:07:10 +00:00
width: 30%;
border-left: solid;
padding: 10px;
2012-05-22 08:45:40 +00:00
}
2012-05-21 23:30:05 +00:00
footer
{
border-top: solid;
text-align: justify;
}