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