cool waves my dude

This commit is contained in:
Lah Shrimp 2026-03-04 15:36:18 -07:00
parent ba1f9d64fb
commit dfcab34491
3 changed files with 6 additions and 3 deletions

BIN
assets/waves-border.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 888 B

View File

@ -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

View File

@ -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 {