forked from chubby/happy_lights
Update 'index.html'
This commit is contained in:
parent
47edf0739a
commit
d4e144494e
25
index.html
25
index.html
@ -2,25 +2,24 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
|
||||
|
||||
.table {
|
||||
|
||||
width: 500px;
|
||||
padding: 10px;
|
||||
border: 2px solid rgb(196, 195, 195);
|
||||
border-radius: 4px;
|
||||
background-color: rgb(223, 223, 223);
|
||||
}
|
||||
|
||||
.table td{
|
||||
padding: 10px;
|
||||
border: 1px solid black;
|
||||
background-color: white;
|
||||
|
||||
}
|
||||
|
||||
.input{
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
display: inline-block;
|
||||
padding: 10px;
|
||||
@ -28,6 +27,7 @@
|
||||
border: 2px solid rgb(247, 247, 153);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.btn:hover{
|
||||
background-color: yellow;
|
||||
}
|
||||
@ -37,7 +37,6 @@
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
|
||||
@ -47,21 +46,13 @@
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table class='table' id='qq' ></table>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="container">container
|
||||
<input class = "input" type='color' id='palitra' >
|
||||
|
||||
<table class="table" id="qq"></table>
|
||||
<div class="container">
|
||||
container
|
||||
<input class = "input" type="color" id="palitra">
|
||||
<button class="btn">Кнопка</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="main.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user