Added better colors and shit

This commit is contained in:
Benjamyn Love 2018-05-07 21:36:17 +10:00
parent 9d5a9eb391
commit 18eb6cdca4
2 changed files with 15 additions and 12 deletions

View File

@ -1,19 +1,18 @@
.records { .records {
font-size: 12px; font-size: 12px;
padding: 30px; padding: 30px;
color: grey; color: #363636;
} }
.myNav { .myNav {
background-color: black; background-color: #A4A4A4;
color: darkgrey; color: #363636;
justify-content: center;
} }
.column { .column {
float: left; float: none;
width: 40%; width: 40%;
background-color: beige; background-color: #B1B1B1;
padding: 2%; padding: 2%;
} }
@ -24,9 +23,8 @@
} }
.buffer { .buffer {
float: left;
width: 2%; width: 2%;
background-color: darkgrey; background-color: #363636;
} }
.allmostbiggertext { .allmostbiggertext {
@ -36,5 +34,10 @@
} }
.body { .body {
background-color: darkgrey; background-color: #363636;
justify-content: center;
}
.col-centered{
float: none;
margin: 0 auto;
} }

View File

@ -11,7 +11,7 @@
<link rel="stylesheet" href="/static/css/test.css"> <link rel="stylesheet" href="/static/css/test.css">
<title>DNSPy2: Electric Boogaloo</title> <title>DNSPy2: Electric Boogaloo</title>
</head> </head>
<body class='body'> <body class='body'>
<div class="navbar myNav"> <div class="navbar myNav">
<h3>DNSPy2: Electric Boogaloo <h3>DNSPy2: Electric Boogaloo
<form action="/" method='post'></h3> <form action="/" method='post'></h3>
@ -20,14 +20,14 @@
<input type='Submit'> <input type='Submit'>
</form> </form>
</div> </div>
<div class="container records"> <div class="container records row col-centered">
<div class="column rounded"> <div class="column rounded">
<b>Whois Information:</b> <b>Whois Information:</b>
{% for key, value in dnsinfo.iteritems() %} {% for key, value in dnsinfo.iteritems() %}
<li><b>{{ key }} </b> - {{ value }}</li> <li><b>{{ key }} </b> - {{ value }}</li>
{% endfor %} {% endfor %}
</div> </div>
<div class="buffer column"> <div class="column buffer">
</div> </div>
<div class="column rounded"> <div class="column rounded">
<b>DNS Records</b> <b>DNS Records</b>