немного изменений

This commit is contained in:
chubby 2021-11-20 01:04:08 +03:00
parent 2c707dafc1
commit 8c48951cd6

View File

@ -2,15 +2,38 @@
<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>