forked from chubby/happy_lights
немного изменений
This commit is contained in:
parent
2c707dafc1
commit
8c48951cd6
29
index.html
29
index.html
@ -2,15 +2,38 @@
|
||||
<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
|
||||
border: 1px solid black;
|
||||
background-color: white;
|
||||
|
||||
}
|
||||
.input{
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table class='table' id='qq' ></table>
|
||||
<input type='color' id='palitra' >
|
||||
<table class='table' id='qq' ></table>
|
||||
|
||||
<input class = "input" type='color' id='palitra' >
|
||||
<input class = "input" type='color' id='palitra' >
|
||||
<input class = "input" type='color' id='palitra' >
|
||||
|
||||
|
||||
<script src="main.js"></script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user