Skip to content
Snippets Groups Projects
Commit 07948455 authored by Husnulzaki Wibisono Haryadi's avatar Husnulzaki Wibisono Haryadi
Browse files

Delete redundant style

parent 23a63b2c
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
......@@ -5,6 +5,7 @@
.frame h1,h2 {
text-align: center;
}
.button {
background: rgb(65,62,119);
color: rgb(250, 250, 250);
......
......@@ -4,6 +4,7 @@
border: 10px solid #02702c;
border-radius: 70px;
background-color: #8bbd3c;
color: #02702c;
}
.frame > div {
......@@ -25,17 +26,7 @@
color: rgb(92,88,138);
}
.frame input[type="submit"]:hover {
opacity: 0.6;
}
.frame {
height: 550px;
width: 400px;
border-radius: 25px;
}
.frame input[type="submit"] {
/*.frame input[type="submit"] {
border-radius: 40px;
background-color: rgb(191,216,255);
padding: 5px 3px;
......@@ -44,15 +35,8 @@
border : none;
cursor : pointer;
margin: 0 auto 15px;
}
}*/
.frame input[type="submit"]:hover {
opacity : 0.6;
}
.frame > div {
left: 10%;
width: 80%;
height: auto;
position: relative;
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment