Skip to content

Instantly share code, notes, and snippets.

@lazarusjames
lazarusjames / twitchtest.txt
Created January 19, 2020 15:36
CSS Chatbox Full Username
@import url(https://fonts.googleapis.com/css?family=Martel:700);
* {
box-sizing: border-box;
}
html, body {
height: 100%;
overflow: hidden;
}