Can anyone tell me how can we flip the paragraph upside down? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 2

Can anyone tell me how can we flip the paragraph upside down?

This question is same from CSS module 7 ,question no. 5 plz tell me what to put in bold section.. Thanks for your help..

15th Jun 2018, 5:29 AM
Gaurav Singh
Gaurav Singh - avatar
1 Respuesta
+ 1
p { transform: scaleY (-1); } Here's the code in playground: https://code.sololearn.com/W85NrH7pW1p4/?ref=app
15th Jun 2018, 5:50 AM
Alexandru Turculet
Alexandru Turculet - avatar