From 820f2ce9231a2d91372c6e5eb1c41b7b309747f5 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 10 Jun 2022 20:45:50 +0200 Subject: [PATCH] tabs/flex,hover --- index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.css b/index.css index aa6ccdc..bd3463c 100644 --- a/index.css +++ b/index.css @@ -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;