Skip to content

Instantly share code, notes, and snippets.

@brittanydionigi
Last active February 11, 2020 17:58
Show Gist options
  • Select an option

  • Save brittanydionigi/a74c66b0cf1b20bf4102341a4f0fd212 to your computer and use it in GitHub Desktop.

Select an option

Save brittanydionigi/a74c66b0cf1b20bf4102341a4f0fd212 to your computer and use it in GitHub Desktop.
<html>
<head>
<style type="text/css">
#main { padding: 100px; background-color: pink; }
.blue { background-color: blue !important; }
</style>
</head>
<body>
<div id="main">Lorem ipsum dolor!</div>
<script src="https://gist.githubusercontent.com/brittanystoroz/c2bb16b0ceb16e5d397b099ab454daea/raw/c88e5178872620dd78398b138fa0c29e8dbc2088/myjQuery.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment