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

Misahin css jadi multiple files pergrup. login.html sama sign_up.html sudah...

Misahin css jadi multiple files pergrup. login.html sama sign_up.html sudah ditambah link ke default_style.css dan login.css
parent 9c2191af
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
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;
}
.frame > h1 {
text-align: center;
}
input{
width: 100%;
margin: 1px auto 15px;
}
input[type="checkbox"]{
width: 0;
margin-right: 10px;
}
a:link, a:visited {
color: rgb(250,250,250);
text-decoration: none;
}
a:hover {
color: rgb(167,180,4);
}
\ No newline at end of file
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: 400px;
}
.frame > h1 {
text-align: center;
}
#login_frame > div {
left: 10%;
......@@ -26,11 +11,6 @@ body {
position: relative;
}
input{
width: 100%;
margin: 1px auto 15px;
}
#login_frame input[type="submit"] {
display: block;
width: 40px;
......@@ -42,11 +22,6 @@ input{
height: 550px;
}
input[type="checkbox"]{
width: 0;
margin-right: 10px;
}
#sign_up_frame input[type="submit"]{
display: block;
width: 80px;
......@@ -58,13 +33,4 @@ input[type="checkbox"]{
width: 80%;
height: auto;
position: relative;
}
a:link, a:visited {
color: rgb(250,250,250);
text-decoration: none;
}
a:hover {
color: rgb(167,180,4);
}
\ No newline at end of file
......@@ -2,7 +2,8 @@
<html>
<head>
<title>Login to OneHundred</title>
<link rel="stylesheet" type="text/css" href="../css/main.css">
<link rel="stylesheet" type="text/css" href="../css/default_style.css">
<link rel="stylesheet" type="text/css" href="../css/login.css">
</head>
<body>
<div id="login_frame" class="frame">
......
......@@ -2,7 +2,8 @@
<html>
<head>
<title>Sign Up</title>
<link rel="stylesheet" type="text/css" href="../css/main.css">
<link rel="stylesheet" type="text/css" href="../css/default_style.css">
<link rel="stylesheet" type="text/css" href="../css/login.css">
</head>
<body>
<div id="sign_up_frame" class="frame">
......
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