Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bcikota committed Apr 19, 2019
1 parent 8a184a1 commit e7f476d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ a{
min-width: 550px;
margin: 0 auto;
position: relative;
min-height: 500px;
}


Expand All @@ -34,16 +35,15 @@ header div:last-of-type {
}

.sign-in {

border: 1px solid black;
}




/* section */
section{
height: 80vh;

}

.section-div {
Expand Down Expand Up @@ -101,7 +101,11 @@ form > * {


/* footer */

footer{
position: absolute;
bottom: 0;
width: 100%;
}

footer div > * {
padding: 10px;
Expand All @@ -114,8 +118,3 @@ footer div:first-of-type {
footer div:last-of-type {
float: right;
}





0 comments on commit e7f476d

Please sign in to comment.