Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions css/reset.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ footer, header, hgroup, menu, nav, section {
}
body {
line-height: 1;
font-size: 16px;
}
ol, ul {
list-style: none;
Expand Down
34 changes: 33 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
body {
background-color: #ff0000;
background-color: #EDA0A6;
color: #0000FF;
line-height: 120%;
}

nav {
Expand All @@ -10,6 +11,37 @@ nav {
width: 100%;
}

a {
text-decoration: none;
}

a:link { color:#3FBFBF; } /* unvisited */
a:visited { color:#4FA5A5; } /* visited */
a:hover { color:#C9E3E3; } /* mouse over */
a:active { color:#DDFDFD; } /* selected */

figcaption {
font-size: 75%;
}
h1 {
font-size: 200%;
line-height: 175%;
}

h3 {
font-size: 125%;
line-height: 100%;
}

.author {
font-size: 90%;
line-height: 175%;
}

.story-text {
font-size: 110%;
line-height: 105%;
}
.logo {
margin: 20px;
width: 100px;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<body>
<nav>
<div class="left">
<img src="images/bloc logo.png" class="logo" alt="company logo">
<img src="images/bloc-logo.png" class="logo" alt="company logo">
</div>
<ul class="right">
<li><a href="#">Contact</a></li>
Expand All @@ -20,7 +20,7 @@
<article class="container">
<header>
<figure>
<img src="instagram-pic.jpg" class="medium-pic" alt="Draplin and c2">
<img src="images/instagram-pic.jpg" class="medium-pic" alt="Draplin and c2">
<figcaption>Aaron Draplin explains that Chris Courtney has to pay the next parking ticket.</figcaption>
</figure>
<h1>Thinking beyond designer</h1>
Expand Down