anyone to say me what is this? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

anyone to say me what is this?

<!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet"> <div class='main'> <div class="balloon"></div> <div class="cloud-right"></div> <div class="cloud-left-top"></div> <div class="cloud-left-bottom"></div> <div class="message"></div> </div> </body> </html>

15th Feb 2018, 6:52 PM
adelajda peshtani
adelajda peshtani - avatar
3 Respuestas
+ 9
Regular HTML5 document, Ubuntu font is implemented and provided by the Google Font service. The <body> content is made up with general containers. The author of this code (https://www.sololearn.com/Profile/2324544/) has styled these containers to make a beautiful draw. Protip: https://www.sololearn.com/Course/HTML/?ref=app
15th Feb 2018, 7:00 PM
Maz
Maz - avatar
+ 1
thank you
15th Feb 2018, 7:13 PM
adelajda peshtani
adelajda peshtani - avatar
0
😊
15th Feb 2018, 6:53 PM
adelajda peshtani
adelajda peshtani - avatar