немного изменений
This commit is contained in:
parent
2c707dafc1
commit
8c48951cd6
29
index.html
29
index.html
@ -2,16 +2,39 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
|
||||||
|
.table {
|
||||||
|
|
||||||
|
width: 500px;
|
||||||
|
padding: 10px;
|
||||||
|
border: 2px solid rgb(196, 195, 195);
|
||||||
|
border-radius: 4px;
|
||||||
|
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;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
.input{
|
||||||
|
margin: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<table class='table' id='qq' ></table>
|
<table class='table' id='qq' ></table>
|
||||||
<input type='color' id='palitra' >
|
|
||||||
|
<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>
|
<script src="main.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user