mirror of
https://github.com/frc1418/banners.css.git
synced 2026-03-09 21:56:46 -04:00
Establish watermarks
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
/* Created by Erik Boesen with FIRST Robotics Competition Team 1418.
|
||||
Offered under the MIT License. */
|
||||
|
||||
@charset 'utf-8'
|
||||
|
||||
$blue: #0f4bcb
|
||||
@@ -57,4 +60,4 @@ $blue: #0f4bcb
|
||||
-webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.1))
|
||||
filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="1" dy="11" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter')
|
||||
-webkit-filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.1))
|
||||
filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.1))
|
||||
filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.1))
|
||||
|
||||
Reference in New Issue
Block a user