2
0

Added support page to site.

[ADDED]     Site support page.
This commit is contained in:
Maarten Billemont
2013-08-11 14:11:19 -04:00
parent 9eb9667163
commit d583bdfd3c
4 changed files with 190 additions and 3 deletions

View File

@@ -89,19 +89,22 @@ header .background {
background: url('../img/shot-laptop-standing-iphone-angled-flipped.png') center center;
background-size: cover;
}
#algorithm header {
#algorithm header,
#support header {
height: 40%;
background: #272727;
}
#algorithm header .background {
#algorithm header .background,
#support header .background {
width: 940px;
height: auto;
left: 50%;
top: -10%;
margin-left: -470px;
}
#algorithm header .container {
#algorithm header .container,
#support header .container {
background: radial-gradient(50% 50% at 50% 30%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.8) 100%);
}
header .content {