Hello,
Is it a good idea to use experimental CSS-properties like border-radius
, text-shadow
, box-shadow
and gradient
in a layout today? And what about values like rgba()
?
When I look at web galleries, these CSS-properties are frequently used and according to articles like on 24ways.org it is not a problem to use these properties.
What is your opinion?