cool waves my dude
This commit is contained in:
parent
ba1f9d64fb
commit
dfcab34491
BIN
assets/waves-border.png
Normal file
BIN
assets/waves-border.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 888 B |
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user