Skip to content

Commit

Permalink
Custom styles
Browse files Browse the repository at this point in the history
  • Loading branch information
luontola committed Oct 5, 2015
1 parent a6be40b commit fdeae81
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
<meta charset="UTF-8">
<title>About</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>

<img class="profile-picture" alt="My profile picture" src="http://railsgirls.com/images/ruby-100.png">

<h1>Hi, I'm Ruby</h1>

<p>My name is Ruby and here is my picture.</p>

<img alt="My profile picture" src="http://railsgirls.com/images/ruby-100.png">

</body>
</html>
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
h1 {
font-size: 30px;
color: #E0330C;
}

.profile-picture {
float: right;
border: 1px solid #E0330C;
}

0 comments on commit fdeae81

Please sign in to comment.