tabs/flex,hover
This commit is contained in:
parent
7e2808b415
commit
820f2ce923
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
width: device-width;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
html {
|
||||
background: rgb(0,0,0);
|
||||
color: rgb(160,160,160);
|
||||
|
@ -25,9 +26,14 @@ border-style: solid;
|
|||
border-width: 1px 1px 0 1px;
|
||||
color: rgb(128,128,0);
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
font-weight: bold;
|
||||
padding: .5em 1em;
|
||||
text-decoration: underline;
|
||||
transition: all .5s;
|
||||
}
|
||||
.tab label:hover {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
.tab_content {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue