Skip to content

Instantly share code, notes, and snippets.

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tiago de Almeida</title>
<!--[if lt IE 9]>
<script src="dist/html5shiv.js"></script>
<![endif]-->
* { box-sizing: border-box; }
.container {
width: 80%;
margin: 0 auto;
}
.header h1 {
text-align: center;
margin-bottom: 40px;
}
.image {
.container {
position: relative;
top: 100px;
width: 80%;
margin: 0 100px 0 auto;
color: #34495e;
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
line-height: 130%;
}
@tiagodealmeida
tiagodealmeida / about_styles.css
Last active September 27, 2016 08:42
CSS update for task 1.5
* { box-sizing: border-box; }
.jumbotron {
background-image: url("../img/about_me3.jpg");
background-position: 80% 55%;
position: fixed;
width: 100%;
height: 100%;
margin: 0 100px 0 auto;
opacity: 0.8;
}
@tiagodealmeida
tiagodealmeida / styles.css
Last active September 27, 2016 08:42
CSS update for task 1.5
.jumbotron {
background-image: url("../img/home8.jpg");
background-size: cover;
background-position: 100% 46%;
}
.jumbotron {
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
color: #34495e;
}
@tiagodealmeida
tiagodealmeida / about_styles.css
Created September 27, 2016 08:40
CSS update for task 1.6
* { box-sizing: border-box; }
.jumbotron {
background-image: url("../img/about_me3.jpg");
background-position: 80% 55%;
position: fixed;
width: 100%;
height: 100%;
margin: 0 100px 0 auto;
opacity: 0.8;
}
@tiagodealmeida
tiagodealmeida / contact_styles.css
Created September 27, 2016 08:41
CSS update for task 1.6
.container {
position: relative;
top: 100px;
width: 80%;
margin: 0 100px 0 auto;
color: #34495e;
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
line-height: 130%;
}
@tiagodealmeida
tiagodealmeida / contact_styles.css
Created September 29, 2016 20:33
CSS update for task 1.7
/**** Contact page ****/
.package {
position: relative;
top: 100px;
width: 80%;
margin: 0 100px 0 auto;
color: #34495e;
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
@tiagodealmeida
tiagodealmeida / styles.css
Created September 29, 2016 20:33
CSS update for task 1.7
.jumbotron {
background-image: url("../img/home8.jpg");
background-size: cover;
background-position: 100% 46%;
}
.jumbotron {
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
color: #34495e;
}
@tiagodealmeida
tiagodealmeida / styles.css
Last active September 30, 2016 19:30
CSS for task 1.8
/*** Home Page ***/
#homeContent {
font-family: Fester, 'Economica', Futura, Helvetica, Arial, sans-serif;
letter-spacing: 1px;
color: #34495e;
}
.p {
color: #34495e;
}