Which tag do i use to flip the paragraph upside down. Need help to complete the css toturial. | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Which tag do i use to flip the paragraph upside down. Need help to complete the css toturial.

module 7 quiz question # 5

15th Jul 2018, 3:09 PM
Gabriel Rivera
Gabriel Rivera - avatar
3 Respuestas
+ 6
Use the transform key word transform:rotate(180deg); The transformation rotate will rotate the paragraph 180deg will rotate the paragraph 180 degrees. This is the same as flipping upside down
15th Jul 2018, 3:16 PM
Agent
Agent - avatar
+ 1
rotate: 180? //transform: rotate(180deg);
15th Jul 2018, 3:14 PM
Akib
Akib - avatar
+ 1
thanks
15th Jul 2018, 3:18 PM
Gabriel Rivera
Gabriel Rivera - avatar