s2
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div class="color-shades-generator">
|
||||
<h1>Color Shades Generator</h1>
|
||||
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center;">
|
||||
<label for="colorInput" style="color: #000;">Choose Color</label>
|
||||
<label for="colorInput">Choose Color</label>
|
||||
<input type="color" id="colorInput" class="color-input" value="#ff0000" />
|
||||
</div>
|
||||
<div id="colorShades" class="color-shades"></div>
|
||||
@@ -99,14 +99,12 @@
|
||||
max-width: 600px;
|
||||
width: 100%;
|
||||
padding: 20px;
|
||||
background-color: #fff;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
.color-shades-generator h1 {
|
||||
font-size: 36px;
|
||||
margin-bottom: 20px;
|
||||
color: #333;
|
||||
}
|
||||
.color-input {
|
||||
width: 50px;
|
||||
|
||||
Reference in New Issue
Block a user