Skip to content

Instantly share code, notes, and snippets.

@tomas-wrobel
Last active June 1, 2024 14:10
Show Gist options
  • Save tomas-wrobel/ee4e9d52925cc48722853c922cb3b549 to your computer and use it in GitHub Desktop.
Save tomas-wrobel/ee4e9d52925cc48722853c922cb3b549 to your computer and use it in GitHub Desktop.
Gist created by https://playgist.dev
* {
box-sizing: border-box;
}
html {
font-family: sans-serif;
}
import $ from "jquery";
$("body").css("background", "blue");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment