diff --git a/cc/index.html b/cc/index.html deleted file mode 100644 index 4426963..0000000 --- a/cc/index.html +++ /dev/null @@ -1,51 +0,0 @@ - - - - -Marc Beninca - - - -

Marc Beninca

- -

donations

-

crypto

- - - - diff --git a/index.css b/index.css index 0bf495c..aa6ccdc 100644 --- a/index.css +++ b/index.css @@ -18,8 +18,15 @@ float: left; display: none; } .tab label { -background: rgb(128,0,128); +background: linear-gradient(rgba(64,64,64,1), rgba(64,64,64,0)); +border-color: rgb(128,128,128); +border-radius: .5em; +border-style: solid; +border-width: 1px 1px 0 1px; +color: rgb(128,128,0); cursor: pointer; +font-weight: bold; +padding: .5em 1em; text-decoration: underline; } .tab_content { @@ -28,7 +35,7 @@ left: 0; position: absolute; } input:checked ~ label { -background: rgb(128,128,0); +background: linear-gradient(rgba(128,128,128,1), rgba(128,128,128,0)); } input:checked ~ label ~ .tab_content { display: block; diff --git a/index.html b/index.html index ea5e6a2..b2c5194 100644 --- a/index.html +++ b/index.html @@ -15,19 +15,6 @@
-Content1 -
- -
- - -
-Content2 -
- - - -