Skip to content
Snippets Groups Projects
Commit 38bbe481 authored by Akmal Fadlurohman's avatar Akmal Fadlurohman
Browse files

Mengganti style tag a

parent 79441c2b
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
......@@ -35,10 +35,10 @@ input{
}
a:link, a:visited {
color: rgb(250,250,250);
text-decoration: none;
color: black;
text-decoration: underline;
}
a:hover {
color: rgb(167,180,4);
}
\ No newline at end of file
opacity: 0.5;
}
......@@ -13,9 +13,13 @@
height: auto;
position: relative;
}
.login {
width: 55px;
height: 30px;
float: right;
}
.register {
width: 80px;
height: 30px;
float: right;
}
\ No newline at end of file
}
......@@ -20,7 +20,7 @@
Password
<input type="Password" name="user_password"><br/>
<input type="submit" value="Login" >
<input type="submit" class="button green login" value="GO!" >
</form>
<a href="sign_up.html">Don't have an account?</a><br/>
......
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