Skip to content

Instantly share code, notes, and snippets.

@lonelydatum
Last active August 29, 2015 14:15
Show Gist options
  • Save lonelydatum/477a5bc5d3d1b4d5020e to your computer and use it in GitHub Desktop.
Save lonelydatum/477a5bc5d3d1b4d5020e to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../yt-video/yt-search-video.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
top: 0px;
left: 0px;
background-color: rgb(149, 153, 127);
}
#yt_search_video {
width: 300px;
height: 300px;
left: 370px;
top: 300px;
position: absolute;
}
#div {
left: 1030px;
top: 320px;
position: absolute;
}
#paper_item {
left: 1110px;
top: 710px;
position: absolute;
}
#paper_toast {
left: 1050px;
top: 690px;
position: absolute;
}
#topeka_datasource {
left: 1240px;
top: 810px;
position: absolute;
}
</style>
<div id="div" layout horizontal>
</div>
<yt-search-video imfeelinglucky="cat" id="yt_search_video">ttt</yt-search-video>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment