Add: home article

This commit is contained in:
2018-06-25 10:15:45 +09:00
parent 0f62d73393
commit 7e85b7d639
5 changed files with 63 additions and 8 deletions
+14 -2
View File
@@ -37,8 +37,20 @@ footer {
#id {
color: black;
#home {
/*color: red;*/
}
.player_free {
display: inline-block;
width: 100%;
background-color: #f00;
}
.maestro_free {
display: inline-block;
width: 100%;
background-color: #0ff;
}
</style>