Webpage's looks updated
This commit is contained in:
parent
fd5b2a7381
commit
6cd7e46eb0
2 changed files with 21 additions and 7 deletions
|
@ -1,17 +1,28 @@
|
||||||
* {
|
* {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
margin: 50px;
|
margin: 10px;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rest {
|
||||||
|
width: 40%;
|
||||||
|
border: solid 1px;
|
||||||
|
margin-right: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
#list {
|
#list {
|
||||||
|
flex: auto;
|
||||||
|
width: 600px;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
padding: 20px;
|
|
||||||
margin: 10px 100px;
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
|
|
@ -7,10 +7,13 @@
|
||||||
<script type="text/javascript" src="./index.js"></script>
|
<script type="text/javascript" src="./index.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div id="rest">
|
||||||
|
<h1>WEBSITE-FINDER</h1>
|
||||||
<button onclick="findWebsites()">Find websites!</button>
|
<button onclick="findWebsites()">Find websites!</button>
|
||||||
<p>STATUS: STOPPED</p>
|
<p>STATUS: STOPPED</p>
|
||||||
<p>COUNT:</p>
|
<p>COUNT:</p>
|
||||||
<p>CHECKING:</p>
|
<p>CHECKING:</p>
|
||||||
|
</div>
|
||||||
<div id="list">
|
<div id="list">
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue