Skip to content

Commit

Permalink
Footer and other edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliasger Rasheed committed Oct 31, 2019
1 parent 82fec19 commit beba362
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 209 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">

<head>
<title>KeyLime - Account</title>
<title>KeyLime - About Us</title>
<!-- meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
Expand Down
2 changes: 1 addition & 1 deletion account.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h4> Recieve full access to KeyLime and never worry about your privacy again.</h

<div class="text-container row">
<h3 class="centerer"> 5.99 CAD + tax/month</h3>
<a href="" class="button-link centerer">Join us</a>
<a href="billing.html" class="button-link centerer">Join us</a>

</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion css/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ aside div {
nav

main {
padding: 18h 7vw 0vh 5vw;
padding: 18vh 7vw 0vh 5vw;
}

#settings-cont {
Expand Down
13 changes: 10 additions & 3 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ p {}
font-size: 1rem;
}

/* https://codepen.io/RRoberts/pen/kXvVrR/ */
.new-user .text-container input {
opacity: 0;
position: fixed;
Expand Down Expand Up @@ -715,6 +714,14 @@ a.img-link>img:hover,
display: none;
}

footer{
width: 100%;
background-color: #fff;
display: flex;

/*---------------media queries------------------ */
/* https://www.w3schools.com/howto/howto_css_checkout_form.asp used for checkout form */
}
footer *{
flex-grow: 1;
text-align: center;
padding-top: 2rem;
padding-bottom: 2rem;}
116 changes: 0 additions & 116 deletions editprofile.html

This file was deleted.

Loading

0 comments on commit beba362

Please sign in to comment.