"Portfolio based on Bootstrap"
Bootstrap 3.2.0 Snippet by Erythrinalyd

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Erythrina works</title>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css" >
</head>
<body>
<div id="scrollable" data-spy="scroll" data-target="#target_nav">
<!-- .....NAV BAR...... -->
<header>
<nav class="navbar-fixed-top" id="target_nav">
<div class="container">
<a href=""><div class="navbar-overbox"><h1>
ERYTHINA</h1><h2>let me make you believe<h2>
</div></a>
<div class="pull_right">
<ul>
<li><a href="#portfolio">PORTFOLIO</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#contact">CONTACT</a></li>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*TYPE refence
font-family: 'Droid Sans', sans-serif;
font-family: 'Droid Serif', serif;
h1 { font-family: ‘Metrophobic’, Arial, serif; font-weight: 400; }
*/
/*GENERAL STYLE*/
.centering{
display: block;
margin-left: auto;
margin-right: auto;
}
.headerImage h1 {
margin: 0px auto 0px auto;
padding-top: 200px;
width: 150px
}
.headerImage h2 {
margin: 0px auto 0px auto;
padding-top: 30px;
width: 300px
}
.headerImage {
margin-top: 45px;
height: 600px;
background-color: rgb(216,0,62);
/*background:url(full_1.png);
background-size: cover;
*/
}
.blueline {
height: 65px;
background:url(lines.png);
background-color: rgb(106,236,175);
}
.greyline {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: