mirror of
https://github.com/elder-plinius/binaural-beats-generator.git
synced 2026-02-12 16:52:50 +00:00
16 lines
153 B
CSS
16 lines
153 B
CSS
body {
|
|
font-family: Arial, sans-serif;
|
|
padding: 10px;
|
|
}
|
|
|
|
h1 {
|
|
color: #333;
|
|
}
|
|
|
|
.slider {
|
|
width: 100%;
|
|
}
|
|
|
|
#frequencyDisplay {
|
|
margin-top: 10px;
|
|
} |