This is about the Bulma CSS framework --> Is there a Bulma-way to write text on images?
I'm using Bulma version [x.x.x] --> 0.4.0
Just use background images? http://marksheet.io/css-background.html#background-image
@tu5 I'm using class "is-overlay "
https://bulma.io/documentation/modifiers/helpers/
Is there a Bulma-way to write text on image
is-overlay not working it is working on card class....xx
@dharmveer97 I think u r missing some syntax in the class definition, "is-overlay" works on any<div> element the CSS that defines it is.is-overlay{ bottom: 0; left: 0; position: absolute; right: 0; top: 0;} .
Most helpful comment
@tu5 I'm using
class "is-overlay "https://bulma.io/documentation/modifiers/helpers/