/ Published in: CSS
Expand |
Embed | Plain Text
<html> <head> <style> .completo{ color: red; font-family:serif; } .parte{ font-family:monospace; } </style> </head> <body> <div class="completo parte"> texto en rojo, bold y arial </div> </body> </html>
You need to login to post a comment.
