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 {
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;
}

View File

@ -20,14 +20,14 @@
<input type='Submit'>
</form>
</div>
<div class="container records">
<div class="container records row col-centered">
<div class="column rounded">
<b>Whois Information:</b>
{% for key, value in dnsinfo.iteritems() %}
<li><b>{{ key }} </b> - {{ value }}</li>
{% endfor %}
</div>
<div class="buffer column">
<div class="column buffer">
</div>
<div class="column rounded">
<b>DNS Records</b>