Skip to content

Commit

Permalink
css updated
Browse files Browse the repository at this point in the history
  • Loading branch information
obamgbopa committed Aug 28, 2017
1 parent 17daedb commit effc93d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions frontend/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ body {
background-color: #f8fdff;
letter-spacing: 0.3px;
font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
text-align: center;
padding: 15px;
padding-top: 80px;
border-radius: 10px;
}

@media (min-width:768px) {
Expand Down Expand Up @@ -132,9 +136,9 @@ body {
}

div .background {
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.4);
box-shadow: 3px 4px 5px -2px rgba(0, 0, 0, 0.4);
}

.background {
Expand Down Expand Up @@ -165,7 +169,8 @@ div .background {

.transbox p {
margin: 5px;
font-weight: bold;
font-size: 15px;
letter-spacing: 1px;
color: #ffffff;
}

Expand Down Expand Up @@ -207,7 +212,7 @@ div .background {

#inner a:hover,
#inner a:active {
background-color: #345DC6;
background-color: #44B47E;
}

#inner-blue a:link,
Expand Down

0 comments on commit effc93d

Please sign in to comment.