Skip to content

Instantly share code, notes, and snippets.

View e111077's full-sized avatar
🙂

Elliott Marquez e111077

🙂
View GitHub Profile
@e111077
e111077 / index.html
Last active August 10, 2023 20:47
Material Elevation
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.0.0-beta.69/dist/themes/light.css">
<script type="module" src="./material-box-shadow.js"></script>
<style>
:root {
font-family: Roboto, sans-serif;
}
</style>
</head>