Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#170676
Atelierbram
Participant

Have you tried something like this:


@media only screen and (max-width: 800px) {
 .center1 {
  width: 100%;
 }
}