Adding some snowcaps to my vaporwave mountains.
parent
4732b5f60b
commit
d0fd864ff0
|
@ -95,7 +95,8 @@ div.mountain {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
background: linear-gradient(to bottom left, #00cccc, #008080);
|
background: linear-gradient(135deg, #77ffff 4%, transparent 8%),
|
||||||
|
linear-gradient(to bottom left, #00cccc, #008080);
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
border: 2px solid #ccffff;
|
border: 2px solid #ccffff;
|
||||||
box-shadow: 0px 0px 15px #00ffff;
|
box-shadow: 0px 0px 15px #00ffff;
|
||||||
|
|
Loading…
Reference in New Issue