+ 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..
1 ответ
+ 1
p {
transform: scaleY (-1);
}
Here's the code in playground:
https://code.sololearn.com/W85NrH7pW1p4/?ref=app