Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/atherosai/ui/snackbar-02/

index.html /cody/atherosai/ui/snackbar-02/index.html
434 Views
0 Comments

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Snackbar</title>
<link rel="s
script.js /cody/atherosai/ui/snackbar-02/script.js
189 Views
0 Comments

const notification = document.querySelector('.notification');
const button = document.querySelector('.trigger-button');

const
style.css /cody/atherosai/ui/snackbar-02/style.css
146 Views
0 Comments
:root {
--success: #327B32;
--text: #F2ECFF;
--background: #1F1F1F;
}

html {
font-family: 'Roboto';