This commit is contained in:
Le Deng
2017-03-05 16:32:16 -05:00
parent 3443fe428d
commit eaced98caf
26 changed files with 556 additions and 52 deletions

View File

@@ -18,6 +18,16 @@ body {
margin:0;
}
.container {
width:90%;
margin:auto;
}
.full-width {
width: 100%;
}
.primary {
background:#3175e2;
}
color:white;
}