diff --git a/assets/waves-border.png b/assets/waves-border.png new file mode 100644 index 0000000..7bbd067 Binary files /dev/null and b/assets/waves-border.png differ diff --git a/index.html b/index.html index d7685df..efd4a54 100755 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@ todo list - more shrimpy font - silly cookie bar (maybe) - shrimp profiles (about us) -- menu i guess +- menu i guess, hamburger, but the lines are waves - animations - shirmp cursor for hover - shrimp rain when button diff --git a/shrimpy-styles.css b/shrimpy-styles.css index d947563..d88af37 100644 --- a/shrimpy-styles.css +++ b/shrimpy-styles.css @@ -68,7 +68,9 @@ body { display: flex; gap: 20px; justify-content: space-evenly; - background-color: var(--ashy-shrimp); + border-image: url("./assets/waves-border.png") 27 fill / 15px / 15px 0 0 0 round; + position:relative; + color: var(--tangerine-dream-shrimp); } #shrimp-project-content { @@ -82,6 +84,7 @@ body { #shrimp-project-content .upper{ display: flex; justify-content: space-between; + gap: 10px; } #shrimp-project-content .upper > * { @@ -94,7 +97,7 @@ body { } #shrimp-project-content .smol-image{ - width: 40%; + width: 30%; } #shrimp-project-content #image-central {