Skip to content

Commit

Permalink
Setup website stage 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanoel committed Jan 8, 2014
1 parent e571cab commit 4b8c456
Show file tree
Hide file tree
Showing 4 changed files with 103 additions and 278 deletions.
44 changes: 36 additions & 8 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@
*/


/*
*
*
1 Default Styling
*/

/* 1.1 Body */

/* 1.2 Text */
h2.tagline {
font-size: 60px;
font-weight: bold;
}

/*
*
Expand Down Expand Up @@ -78,8 +91,29 @@ header .header-icon {
}


/* 2.2 Features */
.features p {
/* 2.2 Numbers */
.numbers .row-feature {
border-bottom: none;
padding-bottom: 0;
}

.numbers h3 {
font-size: 45px;
font-weight: bold;
color: #45515e;
}

.numbers p {
color: #c9d1d4;
font-size: 20px;
}


/* 2.3 Background Container */
body .container-wrapper-bridge {
background: url(../images/backgrounds/bridge.jpg) top center no-repeat #57448a;
background-attachment: fixed;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

/******************************************************
Expand All @@ -94,12 +128,6 @@ header .header-icon {
COLOURS
********************************************************/
.red {
Expand Down
Binary file added assets/images/backgrounds/bridge.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4b8c456

Please sign in to comment.