Webpage's looks updated

This commit is contained in:
Taevas 2020-12-11 01:56:50 +01:00
parent fd5b2a7381
commit 6cd7e46eb0
2 changed files with 21 additions and 7 deletions

View file

@ -1,17 +1,28 @@
* {
text-align: center;
font-family: sans-serif;
}
body {
display: flex;
}
button {
padding: 40px;
margin: 50px;
margin: 10px;
font-size: 50px;
}
#rest {
width: 40%;
border: solid 1px;
margin-right: 10%;
}
#list {
flex: auto;
width: 600px;
height: 500px;
padding: 20px;
margin: 10px 100px;
overflow-x: hidden;
overflow-y: auto;
background-color: black;

View file

@ -7,10 +7,13 @@
<script type="text/javascript" src="./index.js"></script>
</head>
<body>
<div id="rest">
<h1>WEBSITE-FINDER</h1>
<button onclick="findWebsites()">Find websites!</button>
<p>STATUS: STOPPED</p>
<p>COUNT:</p>
<p>CHECKING:</p>
</div>
<div id="list">
<ul>