1
0

Adding some snowcaps to my vaporwave mountains.

Dieser Commit ist enthalten in:
gamerdonkey 2021-02-19 23:50:49 +00:00
Ursprung 4732b5f60b
Commit d0fd864ff0

Datei anzeigen

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