How I can localise the output of html??? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

How I can localise the output of html???

for example I want to add 3 audio files and one video but I want two of the audio files to be on the right side of the page?? thx if some can give me some tags for this case.

25th Feb 2017, 11:15 AM
Amjad
Amjad - avatar
1 Resposta
+ 15
<style>audio:nth-of-type(1),audio:nth-of-type(2){margin:0 0 0 100%;}</style> does this work??
25th Feb 2017, 11:20 AM
Valen.H. ~
Valen.H. ~ - avatar