Last active
January 27, 2016 22:13
-
-
Save rpatil/e2398f1f65baa40cedb1 to your computer and use it in GitHub Desktop.
ChromeCast
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.background { | |
background-color:#000000; | |
background-repeat: repeat-y; /* for vertical repeat */ | |
background-repeat: repeat-x; /* for horizontal repeat */ | |
height: 350px; | |
/* margin-top: 50px; */ | |
padding: 2em 2em 2em 2em; | |
} | |
.logo { | |
/* background-image: url('http://t15.deviantart.net/NTvRKQ3TeYH5CdZZd93h9RTvRNM=/300x200/filters:fixed_height(100,100):origin()/pre08/4315/th/pre/f/2015/279/7/c/amalgam__devilbat_by_bobkitty23-d9c6nnu.png'); */ | |
height: 200px; | |
width: 100px; | |
/* border: 1px solid red; | |
*/ background-repeat: no-repeat; | |
padding-top: 25px; | |
} | |
.progressBar { | |
background-color: rgb(238, 255, 65); | |
border: 1px solid white; | |
width:80%; | |
height: 25px; | |
/* position: fixed; */ | |
/* top: 1em; */ | |
margin: 0 3em 0 3em; | |
padding: auto; | |
text-align: center; | |
} | |
.splash { | |
background-image: url(splash.png); | |
} | |
.watermark { | |
background-image: url("http://s13.postimg.org/w21t2t7g3/mood_media.png"); | |
height: 57px; | |
width: 57px; | |
background-repeat: no-repeat; | |
float: right; | |
bottom: 0px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment