Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit a9b6422

Browse files
committed
add the logo!
1 parent 04a6e33 commit a9b6422

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

index.html

+17-1
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,28 @@
1515
font-size: 1.25em;
1616
-webkit-transform: rotate(9deg);
1717
}
18+
.flex {
19+
height: 140px;
20+
display: flex;
21+
align-items: center;
22+
}
23+
#container {
24+
flex: 1;
25+
}
26+
img {
27+
padding-right: 20px;
28+
}
1829
</style>
1930
<link href="test-dashboard.html" rel="import">
2031
</head>
2132
<body class="polymer-ui-body-text">
2233
<h1>
23-
<span style="color:#ff0000;" class="bigger">P</span><span style="color:#ffc000;">O</span><span style="color:#ffff00;">L</span><span style="color:#3fff00;">Y</span><span style="color:#00ff00;">M</span><span style="color:#00ffc0;">E</span><span class="bigger" style="color:#00ffff;">R</span><span class="ex" style="color:#00c0ff;">!</span>
34+
<div class="flex">
35+
<img src="https://avatars2.githubusercontent.com/u/2159051?s=140">
36+
<span id="container">
37+
<span style="color:#ff0000;" class="bigger">P</span><span style="color:#ffc000;">O</span><span style="color:#ffff00;">L</span><span style="color:#3fff00;">Y</span><span style="color:#00ff00;">M</span><span style="color:#00ffc0;">E</span><span class="bigger" style="color:#00ffff;">R</span><span class="ex" style="color:#00c0ff;">!</span>
38+
</span>
39+
</div>
2440
</h1>
2541
<test-dashboard></test-dashboard>
2642
</body>

0 commit comments

Comments
 (0)