Add: home article
This commit is contained in:
@@ -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
@@ -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>
|
||||
Reference in New Issue
Block a user