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;
|
||||
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;
|
||||
|
|
|
@ -7,10 +7,13 @@
|
|||
<script type="text/javascript" src="./index.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<button onclick="findWebsites()">Find websites!</button>
|
||||
<p>STATUS: STOPPED</p>
|
||||
<p>COUNT:</p>
|
||||
<p>CHECKING:</p>
|
||||
<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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue