14 lines
642 B
HTML
14 lines
642 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Practica 4b</title>
|
|
</head>
|
|
<body style="background-color: rgb(255, 0, 0); font-family: Arial;">
|
|
<p style="text-align: center; font-size:120px; font-weight: bold; color: white;">COCA-COLA</p>
|
|
<P style="text-align: center; font-size:60px; font-weight: bold;">ZERO AZÚCAR <br>
|
|
<span style="color: #e9d6ab;">ZERO CAFEINA</span></P>
|
|
<P style="margin-left: 34%; font-size:24px; font-weight: bold; color:#e9d6ab"> NUNCA ES DEMASIADO TARDE <br> PARA DISFRUTAR</P>
|
|
</body>
|
|
</html> |