OpenSource-GameList/src/style.css

93 lines
1.4 KiB
CSS

body {
background-color: #82F9B4;
}
header {
width: 100%;
height: 70px;
background-color: #67C78F;
position: relative;
top: 0;
padding-left: 10%;
margin-left: -10%;
padding-right: 10%;
margin-right: -10%;
padding-top: 10%;
margin-top: -10%;
padding-bottom: 10px;
text-align: center;
}
header p{
font-weight: bold;
font-size:25px;
color: darkgreen;
font-family: monospace;
}
nav {
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10%;
margin-left: -10%;
padding-right: 10%;
margin-right: -10%;
background-color: #98fac1;
text-align: center;
position: relative;
}
nav a{
color: darkgreen;
text-decoration:none;
}
nav a:hover{
text-decoration:overline;
}
article {
position: relative;
}
footer {
width: 100%;
height: 100px;
background-color: #67C78F;
position: fixed;
bottom: 0;
padding-left: 10%;
margin-left: -10%;
text-align: center;
}
footer p{
font-size: smaller;
}
.android{
font-size: smaller;
}
.tocenter {
display: flex;
flex-direction: column;
}
.center {
display: flex;
align-items: flex-start;
justify-content: center;
}
nav p {
font-size: 15px;
}
.searchbutc {
float:right;
}
.centerbox {
display: flex;
flex-flow: row wrap;
justify-content: center;
align-items: center;
}