#Want text and image to be clearly visible but keep card background the same.

23 messages ยท Page 1 of 1 (latest)

twin tapir
#
//colours you can map over
const colours = [
  ["163,24,207", "24,96,205"],
  ["2, 170, 176", "0, 205, 172"],
  ["251, 194, 235", "166, 193, 238"],
  ["255, 81, 47", "240, 152, 25"],
  ["225, 79, 173", "5, 117,230"],
];
twin tapir
#

Bump, any suggestions?

rustic escarp
twin tapir
#

How could I fix this?

twin tapir
#

I haven't used this before - are you able to edit this @rustic escarp

twin tapir
#

I'm not sure what I'm doing wrong but can't seem to figure it out..

rustic escarp
twin tapir
#

Hope that's ok

#

It seems the ```js
WebkitMaskBoxImage:
"-webkit-gradient(linear,left bottom,right top,from(transparent),color-stop(.5,rgba(0,0,0,.2)),to(#000));",

#

Is causing the issue by masking over the div and hiding the text. But I'm not sure if there is a way to achieve the same look otherwise.

twin tapir
#

and when I say freakishly good, what did I do wrong

#

๐Ÿ˜‚

rustic escarp
twin tapir
#

@rustic escarp I'm also unsure how to using 'createStyles/useStyles' to do things on group hover

#

Hopefully there's an example of that