mirror of
https://github.com/itmeo/webgradients.git
synced 2025-08-12 19:14:02 +02:00
Removed some extra curly braces
This commit is contained in:
@@ -130,12 +130,12 @@
|
||||
|
||||
/*027 Arielle's Smile*/
|
||||
.arielles_smile{
|
||||
background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);{
|
||||
background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
|
||||
}
|
||||
|
||||
/*028 Plum Plate*/
|
||||
.plum_plate{
|
||||
background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);}
|
||||
background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
}
|
||||
|
||||
/*029 Everlasting Sky*/
|
||||
|
Reference in New Issue
Block a user