update style

This commit is contained in:
solehudin5699
2022-02-28 00:38:25 +07:00
parent 4e16383020
commit 096e61e723
+11 -4
View File
@@ -6,6 +6,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Resize Image</title> <title>Resize Image</title>
<style> <style>
* {
box-sizing: border-box;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html { html {
background-image: linear-gradient( background-image: linear-gradient(
-45deg, -45deg,
@@ -14,7 +18,6 @@
); );
background-size: 400% 400%; background-size: 400% 400%;
animation: gradient 10s ease infinite; animation: gradient 10s ease infinite;
box-sizing: border-box;
} }
@keyframes gradient { @keyframes gradient {
0% { 0% {
@@ -49,6 +52,7 @@
color: white; color: white;
margin-bottom: 15px; margin-bottom: 15px;
padding: 10px 0; padding: 10px 0;
outline: none;
} }
.btn-submit { .btn-submit {
height: 50px; height: 50px;
@@ -60,6 +64,7 @@
margin-bottom: 15px; margin-bottom: 15px;
cursor: pointer; cursor: pointer;
font-weight: bold; font-weight: bold;
outline: none;
} }
.note { .note {
font-size: 18px; font-size: 18px;
@@ -73,6 +78,7 @@
border-radius: 10px; border-radius: 10px;
height: 30px; height: 30px;
padding: 3px 10px; padding: 3px 10px;
outline: none;
} }
.input-option-quality { .input-option-quality {
width: 200px; width: 200px;
@@ -86,7 +92,7 @@
width: 70px; width: 70px;
color: white; color: white;
} }
.label-option-checbox { .label-option-checkbox {
width: 100px; width: 100px;
color: white; color: white;
} }
@@ -125,7 +131,7 @@
required required
accept="image/*" accept="image/*"
/> />
<!-- form -->
<div class="form-options"> <div class="form-options">
<div class="input-wrapper"> <div class="input-wrapper">
<label for="quality-input" class="label-option">Quality</label> <label for="quality-input" class="label-option">Quality</label>
@@ -139,7 +145,7 @@
<span id="value-quality" class="value-qty-img"></span> <span id="value-quality" class="value-qty-img"></span>
</div> </div>
<div class="checkbox-wrapper"> <div class="checkbox-wrapper">
<label for="use-dimension-input" class="label-option-checbox" <label for="use-dimension-input" class="label-option-checkbox"
>Original Size</label >Original Size</label
> >
<input <input
@@ -179,6 +185,7 @@
Submit & Download Submit & Download
</button> </button>
</form> </form>
<a <a
id="anchor-donwload" id="anchor-donwload"
href="" href=""