Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,21 @@
</div>



<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dark Mode Toggle</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<button id="toggle-button">Toggle Dark Mode</button>

<script src="script.js"></script>
</body>
</html>


<div style="position:relative; margin:0 auto; width:35%; text-align:center; font-weight:500; font-size:12px; border-radius:0px 0px 10px 10px; padding:3px 10px 4px 10px; height:17px; max-height:17px; color:#00b0b0; background-color:rgba(0,0,0,.5);">
<span id="pasta" style="font-size:14px; color:cyan; height:16px; max-height:16px; transition:font-size .5s ease, color .2s ease;">500</span> Scm (tons)
Expand Down