forked from chubby/happy_lights
add button
This commit is contained in:
parent
8c48951cd6
commit
47edf0739a
36
index.html
36
index.html
@ -21,18 +21,44 @@
|
|||||||
.input{
|
.input{
|
||||||
margin: 15px;
|
margin: 15px;
|
||||||
}
|
}
|
||||||
|
.btn {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 10px;
|
||||||
|
background-color: rgb(253, 253, 250);
|
||||||
|
border: 2px solid rgb(247, 247, 153);
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
||||||
|
.btn:hover{
|
||||||
|
background-color: yellow;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
display: flex;
|
||||||
|
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 rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.1/font/bootstrap-icons.css">
|
||||||
|
-->
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<table class='table' id='qq' ></table>
|
<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' >
|
|
||||||
|
<div class="container">container
|
||||||
|
<input class = "input" type='color' id='palitra' >
|
||||||
|
|
||||||
|
<button class="btn" >Кнопка</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="main.js"></script>
|
<script src="main.js"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user