Skip to content

Commit

Permalink
The HTML Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sksar authored Sep 24, 2016
1 parent ab5f08d commit c7e8c46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

<!-- Custom style (represnting html's main style sheet) -->
<style>
@import url(https://db.onlinewebfonts.com/c/1343eeea7e9e1ff4ef2bbcf4d2ea752e?family=BrandonTextW01-Medium);
body {letter-spacing: 1px;background: #f5f5f5;color: #6b7381;font-size: 100%;line-height: 1.25em;font-family: "BrandonTextW01-Medium";}
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600';
body {letter-spacing: 1px;background: #f5f5f5;color: #6b7381;font-size: 100%;line-height: 1.25em;font-family: "Source Sans Pro", sans-serif;}
h1{margin: 0; letter-spacing: 1.5px; font-weight: 700;font-size: 3em;}
.banner{margin: auto;background: #6b7381;min-width:300px;max-width:65%;border-radius:7px;color:#f4f4f4;padding:27px 30px;}
@media only screen and (max-width: 780px){h1{font-size: 2.2em;padding:0px;} span.special{padding:7px;}}
Expand Down

0 comments on commit c7e8c46

Please sign in to comment.