Skip to content

Commit 3f72a35

Browse files
author
Pietro Albini
committed
Add a colored bar on top of the website
1 parent 3060998 commit 3f72a35

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

website/_static/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ body {
66
margin: 0;
77
}
88

9+
div.color-bar {
10+
height: 0.2em;
11+
background: #179cde;
12+
}
13+
914
div.wrapper {
1015
width: 50em;
1116
margin: auto;

website/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<body>
99
<link rel="stylesheet" href="_static/style.css">
1010

11+
<div class="color-bar"></div>
12+
1113
<div class="row">
1214
<div class="wrapper">
1315
<h1>botogram</h1>

0 commit comments

Comments
 (0)