Skip to content

Commit

Permalink
Initial Upload - Still a work in progress - not working yet!
Browse files Browse the repository at this point in the history
  • Loading branch information
justjim1220 committed Oct 18, 2018
1 parent b7abe84 commit 2818dc2
Show file tree
Hide file tree
Showing 42 changed files with 2,033 additions and 1 deletion.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions MMM-NewsFeedTicker.css
@@ -0,0 +1,25 @@
.newsfeed {
width: 100%;
height: 150px;
font-size: 350%;
line-height: 120%;
background-color: maroon;
}

.newsfeed .marquee {
width: 100%;
margin: 0 auto;
overflow: hidden;
white-space: nowrap;
box-sizing: border-box;
-webkit-transition: marquee 121s linear infinite;
-moz-transition: marquee 121s linear infinite;
-o-transition: marquee 121s linear infinite;
transition: marquee 121s linear infinite;
}

.newsfeed .image {
height: 300px;
vertical-align: middle;
line-height: 120%;
}

0 comments on commit 2818dc2

Please sign in to comment.