Skip to content

Commit 34ff4b7

Browse files
committed
Improved Google Summer of Code ideas page
1 parent 12b7288 commit 34ff4b7

File tree

4 files changed

+812
-26
lines changed

4 files changed

+812
-26
lines changed

assets/static/style.css

+14
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,17 @@
1616
.card-columns {
1717
column-count: 2;
1818
}
19+
20+
.navbar {
21+
background-image:linear-gradient(90deg,#EE5B32,#FB7928,#EE5B32);
22+
background-size: 100% 130px;
23+
background-position-y: bottom
24+
}
25+
26+
.card-header {
27+
background-color: #fff;
28+
border-color: #00b5da;
29+
border-width: 10px;
30+
padding-left: 0px;
31+
font-size: 1.5em;
32+
}

0 commit comments

Comments
 (0)