Skip to content

Commit

Permalink
file arrangement
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubylena committed Jun 17, 2020
1 parent a3f855c commit eba7983
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 96 deletions.
190 changes: 95 additions & 95 deletions interest calculator.css → assets/interest calculator.css
Original file line number Diff line number Diff line change
@@ -1,95 +1,95 @@
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}

body {
background-color: darkgray;
}

.savelock-box{
width: 320px;
height: 520px;
background-color: #fff;
color: #fff;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%,-50%);
box-sizing: border-box;
padding: 70px 30px;

}

h1{
margin-bottom: 10px;
text-align: left;
font-size: 22px;
color: dodgerblue;
}

.sub-head{
font-size: 12px;
color: #6c7d6c;
margin-bottom: 20px;
}

.texts {
font-size: 12px;
color: #343a40;
margin-bottom: 20px;
}


.savelock-box p{
margin: 0;
padding: 0;
font-weight: bold;
}
.savelock-box input{
width: 100%;
margin-bottom: 30px;
}
.savelock-box input[type="date"]

{
border: none;
border-bottom: 1px solid #adb5bd;
background: transparent;
outline: none;
height: 40px;
color: #6c7d6c;
font-size: 16px;
}
.savelock-box input[list="date"], input[type="text"]
{
border: none;
border-bottom: 1px solid #adb5bd;
background: transparent;
outline: none;
height: 40px;
color: #6c7d6c;
font-size: 16px;
}
.savelock-box input[type="submit"]
{
border: none;
outline: none;
margin-top: 10px;
height: 40px;
background: #1c8adb;
color: #fff;
font-size: 17px;
border-radius: 10px;
}
.savelock-box input[type="submit"]:hover
{
cursor: pointer;
}

.savelock-box a{
text-decoration: none;
font-size: 14px;
color: rgb(20, 4, 4);
}
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}

body {
background-color: darkgray;
}

.savelock-box{
width: 320px;
height: 520px;
background-color: #fff;
color: #fff;
top: 50%;
left: 50%;
position: absolute;
transform: translate(-50%,-50%);
box-sizing: border-box;
padding: 70px 30px;

}

h1{
margin-bottom: 10px;
text-align: left;
font-size: 22px;
color: dodgerblue;
}

.sub-head{
font-size: 12px;
color: #6c7d6c;
margin-bottom: 20px;
}

.texts {
font-size: 12px;
color: #343a40;
margin-bottom: 20px;
}


.savelock-box p{
margin: 0;
padding: 0;
font-weight: bold;
}
.savelock-box input{
width: 100%;
margin-bottom: 30px;
}
.savelock-box input[type="date"]

{
border: none;
border-bottom: 1px solid #adb5bd;
background: transparent;
outline: none;
height: 40px;
color: #6c7d6c;
font-size: 16px;
}
.savelock-box input[list="date"], input[type="text"]
{
border: none;
border-bottom: 1px solid #adb5bd;
background: transparent;
outline: none;
height: 40px;
color: #6c7d6c;
font-size: 16px;
}
.savelock-box input[type="submit"]
{
border: none;
outline: none;
margin-top: 10px;
height: 40px;
background: #1c8adb;
color: #fff;
font-size: 17px;
border-radius: 10px;
}
.savelock-box input[type="submit"]:hover
{
cursor: pointer;
}

.savelock-box a{
text-decoration: none;
font-size: 14px;
color: rgb(20, 4, 4);
}
2 changes: 1 addition & 1 deletion interest calculator.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title> Interest Calculator </title>
<link rel="stylesheet" type="text/css" href="interest calculator.css">
<link rel="stylesheet" type="text/css" href="assets/interest calculator.css">
</head>
<body>
<div class="savelock-box">
Expand Down
File renamed without changes.

0 comments on commit eba7983

Please sign in to comment.