Skip to content

Instantly share code, notes, and snippets.

@featherart
Created October 3, 2013 00:20
Show Gist options
  • Save featherart/6802627 to your computer and use it in GitHub Desktop.
Save featherart/6802627 to your computer and use it in GitHub Desktop.
ATM Homework CSS
@import url(http://fonts.googleapis.com/css?family=Oleo+Script);
@import url(http://fonts.googleapis.com/css?family=Ruluko);
#content {
margin: 0 auto;
text-align: center;
width: 700px;
}
#nav {
margin: 50px 0;
}
#title {
color: #F52F4F;
font-family: 'Oleo Script', cursive;
font-size: 50px;
}
#checkingAccount {
float: left;
}
#savingsAccount {
float: right;
}
.account {
background-color: #6C9A74;
border: 1px solid #295A33;
padding: 10px;
}
.balance {
background-color: #E3E3E3;
border: 1px solid #676767;
font-family: 'Ruluko', sans-serif;
font-size: 50px;
padding: 25px 0;
}
.clear {
clear: both;
}
.zero {
background-color: #F52F4F;
color: #FFFFFF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment