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

View File

@ -13,21 +13,23 @@
</head> </head>
<body class='body'> <body class='body'>
<div class="navbar myNav"> <div class="navbar myNav">
<div class="container" style="width: 100%">
<h3>DNSPy2: Electric Boogaloo <h3>DNSPy2: Electric Boogaloo
<form action="/" method='post'></h3> <form action="/" method='post'></h3>
<label class='allmostbiggertext'><span style="display:inline-block; width: 40px;"></span>Domain Name: <label class='allmostbiggertext'><span style="display:inline-block; width: 40px;"></span>Domain Name:
<input type='Text' name='domain'> <input type='Text' name='domain'>
<input type='Submit'> <input type='Submit'>
</form> </form>
</div>
</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"> <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="column buffer"> <div class="buffer">
</div> </div>
<div class="column rounded"> <div class="column rounded">
<b>DNS Records</b> <b>DNS Records</b>