Skip to content

Instantly share code, notes, and snippets.

View adamak93's full-sized avatar

Adam adamak93

  • Toronto
  • 08:24 (UTC -04:00)
View GitHub Profile
@adamak93
adamak93 / ToasterChatBox.css
Last active January 4, 2023 19:36
ToasterChatBox
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
* {
box-sizing: border-box;
}
html, body {
height: 100%;
overflow: hidden;
}