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
+1 -1
View File
@@ -59,7 +59,7 @@ GENERIC BUTTON STYLES
.btn.btn-dark:hover{background-color:#202d3d;}
.btn.btn-dark:active{top: 3px; outline: none; -webkit-box-shadow: none; box-shadow: none;}
/*DARK BUTTON STYLES*/
/*ORANGE BUTTON STYLES*/
.btn.btn-orange{color: #000; background-color: #f59e00; border-color: #f59e00; -webkit-box-shadow: 0 3px 0 #b37401; box-shadow: 0 3px 0 #b37401;}
.btn.btn-orange:hover{background-color:#dd9003;}
.btn.btn-orange:active{top: 3px; outline: none; -webkit-box-shadow: none; box-shadow: none;}
+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>