This repository was archived by the owner on Mar 13, 2018. It is now read-only.
File tree 1 file changed +17
-1
lines changed
1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 15
15
font-size : 1.25em ;
16
16
-webkit-transform : rotate (9deg );
17
17
}
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
+ }
18
29
</ style >
19
30
< link href ="test-dashboard.html " rel ="import ">
20
31
</ head >
21
32
< body class ="polymer-ui-body-text ">
22
33
< 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 >
24
40
</ h1 >
25
41
< test-dashboard > </ test-dashboard >
26
42
</ body >
You can’t perform that action at this time.
0 commit comments