Created
December 27, 2017 10:25
-
-
Save in-de-code/2bb37434642c67b16a2632f5f8cfac49 to your computer and use it in GitHub Desktop.
青いマーカーを引くcss
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 青マーカー */ | |
.marker_blue { | |
background: linear-gradient(transparent 70%, #66ccff 40%); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment