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;
|
width: device-width;
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background: rgb(0,0,0);
|
background: rgb(0,0,0);
|
||||||
color: rgb(160,160,160);
|
color: rgb(160,160,160);
|
||||||
|
@ -25,9 +26,14 @@ border-style: solid;
|
||||||
border-width: 1px 1px 0 1px;
|
border-width: 1px 1px 0 1px;
|
||||||
color: rgb(128,128,0);
|
color: rgb(128,128,0);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: flex;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding: .5em 1em;
|
padding: .5em 1em;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
transition: all .5s;
|
||||||
|
}
|
||||||
|
.tab label:hover {
|
||||||
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
.tab_content {
|
.tab_content {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue