Attempting theme creator. Still a work in progress!
Need help copying the same photo to the other side but in the opposite direction if that makes sense.
@uknownprttyfacekayla do you know about theme creator thingies? o: Joe needs help ;-;
Wheres jim when u need him 🤧
@ultrilliam o:
So you have a couple options, 1) you can just simply use a photo editor to flip the image or 2), if you really want to use the exact same photo, you'll have to manually edit in these values to the image: ```css transform: scaleX(-1); filter: FlipH; ``` ^Problem with the above is it will actually flip the whole element, so you'll have to do some extra with a :before element, apply the background on that, and then flip the before element with the above CSS
Okay thank you so much. I got it now! Still need to make a few adjustments.
Join our real-time social learning platform and learn together with your friends!