Difference between revisions of "Template:HKJS S/css/Notebook"

Line 32: Line 32:
 
.head{
 
.head{
 
font-weight: bold;
 
font-weight: bold;
 +
}
 +
.top_btn{
 +
background-color: blue;
 +
    border: none;
 +
    color: white;
 +
    padding: 5px;
 +
    text-align: center;
 +
    text-decoration: none;
 +
    display: inline-block;
 +
    font-size: 16px;
 +
    border-radius: 40%;
 +
    position: fixed;
 +
    left:5%;
 
}
 
}

Revision as of 08:19, 28 September 2018

.heading{ padding: 8px; border-bottom: solid blue 4px; } .headbtn_div{ width: 20%; margin: auto; padding: 5px; } .head_btn{ background: transparent; border: none; } .btn{ background: transparent; border: none; color: blue; font-size : 15px; left-margin: 10px; } .content{ display: none; } .head_div{ padding: 5px; border-bottom: solid blue 2px; } .big_div{ width: 87%; margin: auto; } .head{ font-weight: bold; } .top_btn{ background-color: blue;

   border: none;
   color: white;
   padding: 5px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
   border-radius: 40%;
   position: fixed;
   left:5%;

}