0
Good morning, I’m working with bootstrap cards and I need to replace the header border Radius, but when I try to modify it with css I can’t because of the :first-Child you have in the bootstrap class, someone knows how to Overwrite this property?
Inspected bootstrap element
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
!important
overwrite– Sam
worked out, vlw man!!
– Jeison Guimarães
Constructive criticism: "subscribe" is to write below. "Overwrite" is to write above.
– Sam