Added better colors and shit
This commit is contained in:
parent
9d5a9eb391
commit
18eb6cdca4
@ -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;
|
||||
}
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
<link rel="stylesheet" href="/static/css/test.css">
|
||||
<title>DNSPy2: Electric Boogaloo</title>
|
||||
</head>
|
||||
<body class='body'>
|
||||
<body class='body'>
|
||||
<div class="navbar myNav">
|
||||
<h3>DNSPy2: Electric Boogaloo
|
||||
<form action="/" method='post'></h3>
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user