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>
3 Respostas
+ 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
+ 1
thank you
0
😊