@ -25,8 +25,29 @@ h2 {
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
margin: 0px;
|
||||
vertical-align: middle;
|
||||
align-content: center;
|
||||
padding-right: 50px;
|
||||
padding-left: 50px
|
||||
}
|
||||
|
||||
span#content_header_icon {
|
||||
float: right;
|
||||
width: 30px;
|
||||
height: 100%;
|
||||
margin-right: 10px;
|
||||
text-align: center;
|
||||
align-content: center;
|
||||
color: #177ee6;
|
||||
}
|
||||
|
||||
/* .icon {
|
||||
display: block;
|
||||
content: none;
|
||||
background-color: #3e8e41;
|
||||
} */
|
||||
|
||||
|
||||
header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -132,12 +132,14 @@ input[type=submit] {
|
||||
|
||||
/* Change background color of buttons on hover */
|
||||
.tab button:hover {
|
||||
background-color: #ddd;
|
||||
/* background-color: #ddd; */
|
||||
border-bottom: 3px solid #ccc;
|
||||
}
|
||||
|
||||
/* Create an active/current tablink class */
|
||||
.tab button.active {
|
||||
background-color: #ccc;
|
||||
/* background-color: #ccc; */
|
||||
border-bottom: 3px solid #177ee6;
|
||||
}
|
||||
|
||||
/* Style the tab content */
|
||||
|
Reference in New Issue
Block a user