Home › Forums › CSS › how does one Center an Edge animation in a div tag › Reply To: how does one Center an Edge animation in a div tag
May 20, 2014 at 3:10 am
#170676
Participant
Have you tried something like this:
@media only screen and (max-width: 800px) {
.center1 {
width: 100%;
}
}