how to flip rotate an image using css how to flip or rotate an image upside down using css
in your <img> tag ad an id
ie <img id=img1>
then in your <style> code add the following code
#img1 {
-moz-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
transform: scaleY(-1);
filter: flipv; /*IE*/
}
Trending right now
Promissory Notes and Bills of Exchange How to sell your stuff online and for free Hide How to return only part of a feild from database using php substr but to take into account spaces Potty Train your baby from 6 months old Potty Train your baby from 6 months old Some things I am selling please have a look How to get more customers Clear your credit file of all debts Paper chain The Hidden Question That Tricks Your Brain Into Attracting Massive Wealth Effortlessly The Hidden Question That Tricks Your Brain Into Attracting Massive Wealth Effortlessly How to get scammers off the phone and have some fun How do I block someone on facebook How to make money from your website by doing very little Letter to write to Universal Credit if they are taking money off you for council tax arrears How to identify hot selling products on Ebay Quickest and best energy boost ever Buyer marked payment as sent when it has not been how do i remove this Why We Do not Need Governance or Leaders Why Nothing Seems to Work Out and How to Turn Your Life Around Unlock the Secrets to Becoming an Outstanding Salesperson Acts are not laws How to stop paying your tv licence Recieved a text from royal mail is it a scam Why Letting Go is the Key to Scaling Your Business How to delete a tag from someone elses photo of me We will transform any word or google docs document into a pdf sized applicable to create a amazonkdp The power of the mind How to get your site listed in search engines Dhlpay.co.uk spam text email mob 07494431073 Remove a tomato stain from clothes easily My child is being bullied at school Drop down list of towns and cities in England What have we learnt about humanity since covid appeared. How to stop coughing quickly and easily Amount not showing in my account but has left the buyers account How to Boost Your Prices Without Driving Customers Away How to relieve cure a sore throat Miracles Will Happen For 24 hours after reading How to copy any image photo picture from the net online How to make sure facebook picks up the correct picture from a website
|