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