FUCK U CSS

This commit is contained in:
Benjamyn Love 2018-05-07 23:02:00 +10:00
parent 9c8665b716
commit b704eea43f
2 changed files with 8 additions and 3 deletions

View File

@ -10,10 +10,10 @@
}
.column {
float: none;
width: 40%;
background-color: #B1B1B1;
padding: 2%;
float: left;
}
.row:after {
@ -25,6 +25,7 @@
.buffer {
width: 2%;
background-color: #363636;
clear: both;
}
.allmostbiggertext {
@ -41,3 +42,5 @@
float: none;
margin: 0 auto;
}

View File

@ -13,21 +13,23 @@
</head>
<body class='body'>
<div class="navbar myNav">
<div class="container" style="width: 100%">
<h3>DNSPy2: Electric Boogaloo
<form action="/" method='post'></h3>
<label class='allmostbiggertext'><span style="display:inline-block; width: 40px;"></span>Domain Name:
<input type='Text' name='domain'>
<input type='Submit'>
</form>
</div>
</div>
<div class="container records row col-centered">
<div class="container records justify-content-between row col-centered" style="width: 70%;">
<div class="column rounded">
<b>Whois Information:</b>
{% for key, value in dnsinfo.iteritems() %}
<li><b>{{ key }} </b> - {{ value }}</li>
{% endfor %}
</div>
<div class="column buffer">
<div class="buffer">
</div>
<div class="column rounded">
<b>DNS Records</b>