Skip to content

Instantly share code, notes, and snippets.

@ToeJamson
Created October 1, 2013 20:39
Show Gist options
  • Select an option

  • Save ToeJamson/6784736 to your computer and use it in GitHub Desktop.

Select an option

Save ToeJamson/6784736 to your computer and use it in GitHub Desktop.
Beautiful HTML5 Chat on Mobile and Web using PubNub Channel Presence
#main {
z-index: 50;
margin: 0;
border: 0;
padding: 0;
position: relative;
overflow: hidden;
width: 1024px;
height: 768px;
background: #fefef2 url(chat-bg.jpg) no-repeat;
color: #ffe;
font-size: 15px;
font-family: "Open Sans";
font-weight: 400;
text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment