Adding some snowcaps to my vaporwave mountains.

master
gamerdonkey 2021-02-19 23:50:49 +00:00
parent 4732b5f60b
commit d0fd864ff0
1 changed files with 2 additions and 1 deletions

View File

@ -95,7 +95,8 @@ div.mountain {
position: relative;
width: 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);
border: 2px solid #ccffff;
box-shadow: 0px 0px 15px #00ffff;