From 18eb6cdca4ea55d7337dc7b3cdd9e182f6061c54 Mon Sep 17 00:00:00 2001 From: Benjamyn Love Date: Mon, 7 May 2018 21:36:17 +1000 Subject: [PATCH] Added better colors and shit --- static/css/test.css | 21 ++++++++++++--------- templates/dns.html | 6 +++--- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/static/css/test.css b/static/css/test.css index c557689..bb9b0b3 100644 --- a/static/css/test.css +++ b/static/css/test.css @@ -1,19 +1,18 @@ .records { font-size: 12px; padding: 30px; - color: grey; + color: #363636; } .myNav { - background-color: black; - color: darkgrey; - justify-content: center; + background-color: #A4A4A4; + color: #363636; } .column { - float: left; + float: none; width: 40%; - background-color: beige; + background-color: #B1B1B1; padding: 2%; } @@ -24,9 +23,8 @@ } .buffer { - float: left; width: 2%; - background-color: darkgrey; + background-color: #363636; } .allmostbiggertext { @@ -36,5 +34,10 @@ } .body { - background-color: darkgrey; + background-color: #363636; + justify-content: center; +} +.col-centered{ + float: none; + margin: 0 auto; } diff --git a/templates/dns.html b/templates/dns.html index 411714d..8e8ddf4 100644 --- a/templates/dns.html +++ b/templates/dns.html @@ -11,7 +11,7 @@ DNSPy2: Electric Boogaloo - + -
+
Whois Information: {% for key, value in dnsinfo.iteritems() %}
  • {{ key }} - {{ value }}
  • {% endfor %}
    -
    +
    DNS Records