tabs/flex,hover

This commit is contained in:
Marc Beninca 2022-06-10 20:45:50 +02:00
parent 7e2808b415
commit 820f2ce923

View file

@ -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;