From ee08cd02833382c2716dbc97e88fc166d9510281 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Thu, 31 Oct 2024 02:57:08 -0400 Subject: styles --- about-additive.html | 11 ++++++ about-effects.html | 11 ++++++ index.html | 99 ++++++++++++++++++++++++++++++++++++----------------- style.css | 28 +++++++++++++++ 4 files changed, 118 insertions(+), 31 deletions(-) diff --git a/about-additive.html b/about-additive.html index e69de29..7068b55 100644 --- a/about-additive.html +++ b/about-additive.html @@ -0,0 +1,11 @@ + + + + + + About Additive - gungerky + + + + + \ No newline at end of file diff --git a/about-effects.html b/about-effects.html index e69de29..60ea6fb 100644 --- a/about-effects.html +++ b/about-effects.html @@ -0,0 +1,11 @@ + + + + + + About Effects - gungerky + + + + + \ No newline at end of file diff --git a/index.html b/index.html index c8fc620..6e3a410 100644 --- a/index.html +++ b/index.html @@ -4,52 +4,89 @@ Synth - gungerky +

Dream Softly

Project

-

- This piece, along with the synthesizer software used to produce it was created as part of a project for CSE 471 - Media Processing and Multimedia. - Project and piece created by Kyle Gunger. -

+ This piece, along with the synthesizer software used to produce it was created as part of a project for CSE 471 + Project and piece created by Kyle Gunger. + + Download the source for Dream Softly + An in depth look at the additive synth + An in depth look at the effects system

Source format

- Download the source for Dream Softly -
- An in depth look at the additive synth -
- An in depth look at the effects system + \ No newline at end of file diff --git a/style.css b/style.css index e69de29..9d4297c 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,28 @@ +body { + background: #404040; + color: white; + min-height: 100vh; +} + +span { + display:block; +} + +.attr { + color:#f080a0; + display:inline; +} + +* { + font-family: sans-serif; +} + +a{ + margin: 5px; + display: block; + color: lightcoral; +} + +li{ + padding: 5px; +} \ No newline at end of file -- cgit v1.2.3