From f8bebb0a147d2c786560791e6f2be146fabe1114 Mon Sep 17 00:00:00 2001 From: gabrielsozinho Date: Sat, 31 Dec 2022 14:57:11 -0300 Subject: [PATCH] feat: add noscript tag --- public/css/arf.css | 13 +++++++++++++ public/index.html | 5 ++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/public/css/arf.css b/public/css/arf.css index 42e11d73..36454ff4 100644 --- a/public/css/arf.css +++ b/public/css/arf.css @@ -4,6 +4,19 @@ body { font-family: "Helvetica Neue", Helvetica; } +noscript p{ + text-align: center; + background-color: rgb(255, 228, 196); + margin: 0 auto; + width: 80vw; + padding: 25px 0; + margin-top: 80px; + border-radius: 10px; + border: 1px solid rgb(255, 204, 153); + margin-bottom: 20px; + display: flex-wrap; +} + #body { margin: 0 auto; position: relative; diff --git a/public/index.html b/public/index.html index 5ddc0706..d92fc848 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,10 @@ OSINT Framework - +