Skip to content

Instantly share code, notes, and snippets.

@dianevinson
Created June 17, 2020 19:57
Show Gist options
  • Save dianevinson/a3c1e3b2ebc06a9c8ffd2e4d3aef3e5d to your computer and use it in GitHub Desktop.
Save dianevinson/a3c1e3b2ebc06a9c8ffd2e4d3aef3e5d to your computer and use it in GitHub Desktop.
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {font: 13px Helvetica, Arial;}
#input {
background:#000;
padding: 3px;
position: fixed;
bottom:0;
width:100%;
}
#message {
width: 90%;
border:0;
padding: 10px;
margin-right: .5%;
}
#clickme {
width:9%;
background: rgb(130, 224, 255);
padding: 10px;
}
#timetext {
padding-right: 10px;
position: fixed;
right: 0;
}
#nameInput {
background:#000;
padding: 3px;
width: 100%;
justify-content: center;
}
#name { width:50%; border:0;padding:7px;margin-right:.5%;}
#color {width:20%; border:0px; height:20px; padding:2px;}
#messages { list-style-type: none; margin: 0; padding: 0; }
#messages li { padding: 5px 10px; }
#messages li:nth-child(odd) { background: #eee; }
#messages { margin-bottom: 40px }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment