insert-coin/public_html/css/style.css

78 lines
647 B
CSS
Raw Normal View History

2018-04-06 22:36:00 -05:00
body
{
background-color: #FAE3E3;
font-family: 'ConnectionRegular';
font-weight: normal;
font-style: normal;
text-align: center;
}
footer
{
background-color: #F7D4BC;
padding-top: 5px;
2017-12-03 21:59:23 -06:00
}
2018-04-06 22:36:00 -05:00
img
{
width: 280px;
2017-12-03 21:59:23 -06:00
}
2018-04-06 22:36:00 -05:00
main
{
padding-top: 20px;
padding-bottom: 20px;
2017-12-03 21:59:23 -06:00
}
.menu h2 a
{
color: #000000;
text-decoration: none;
}
2018-04-06 22:36:00 -05:00
.basic-text
{
width: 300px;
2017-12-03 21:59:23 -06:00
}
2018-04-06 22:36:00 -05:00
.menu
{
background-color: #C98BB9;
width: 100%;
padding-bottom: 5px;
}
.menu h1, .menu h2, .menu h3
{
background-color: #CFA5B4;
}
.menu ul
{
overflow:hidden
}
.menu li
{
width: 25%;
display: block;
float: left;
}
.top-menu li
{
font-size: 20px;
width: 50%;
2017-12-22 23:07:38 -06:00
}