From 65d731131e41f940c240465d5755ef503612ef2c Mon Sep 17 00:00:00 2001 From: aglaia Date: Sun, 18 Jun 2023 12:33:01 +0300 Subject: [PATCH] add filter img --- web/strike/index.html | 3 +++ web/strike/style.css | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/web/strike/index.html b/web/strike/index.html index 66290aa..ba6ed6e 100644 --- a/web/strike/index.html +++ b/web/strike/index.html @@ -14,7 +14,10 @@ + Operators +
S diff --git a/web/strike/style.css b/web/strike/style.css index 3a3a816..5c4b638 100644 --- a/web/strike/style.css +++ b/web/strike/style.css @@ -1,3 +1,20 @@ +/* img{ + +width:100%; +position:absolute; +filter: grayscale(100%) contrast(50%); +} + +#overlay { +background-color: rgba(253, 5, 150, 0.459); +position:fixed; +top:0; +right:0; +bottom:0; +left:0; +} */ + + a{ font-family: 'Courier New', Courier, monospace; font-size: 180px;