Skip to content
Snippets Groups Projects
Commit 297ea47b authored by Muhammad Umar Fariz Tumbuan's avatar Muhammad Umar Fariz Tumbuan
Browse files

Membuat main.css yang baru mengandung style untuk login.html. Selain itu juga...

Membuat main.css yang baru mengandung style untuk login.html. Selain itu juga menaruh file color_scheme untuk referensi warna
parent 76667047
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
root/css/color_scheme.jpg

11.5 KiB

plum: rgb(65,62,119)
lighter plum: rgb(92,88,138)
pale cobalt blue: rgb(191,216,255)
lime green: rgb(167,180,4)
winter white: rgb(250, 250, 250)
body {
background-color: rgb(210,210,210);
color: rgb(250,250,250);
}
.frame {
border: 7px solid rgb(65,62,119);
border-radius: 25px;
background-color: rgb(92,88,138);
margin: 50px auto;
}
#login_frame {
height: 300px;
width: 300px;
}
#login_frame > h1 {
text-align: center;
}
#login_frame > div {
left: 10%;
width: 80%;
height: auto;
border: 1px solid red;
position: relative;
}
#login_frame input{
width: 100%;
}
#login_frame input[type="submit"] {
display: block;
width: 100px;
margin: auto;
}
a:link, a:visited {
color: rgb(250,250,250);
}
a:hover {
color: rgb(167,180,4);
}
\ 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