<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Привет</title>
</head>
<body>
<div style="border:1px solid black; width:300px; height:500px; padding:20px;">
<p style="font-size:40px; font-weight:bold;">
<span style="color:red;">П</span>
<span style="color:orange;">Р</span>
<span style="color:yellow;">И</span>
<span style="color:green;">В</span>
<span style="color:blue;">Е</span>
<span style="color:purple;">Т</span>
</p>
<p style="font-size:40px; font-weight:bold; text-align:center;">
<span style="color:red;">П</span>
<span style="color:orange;">Р</span>
<span style="color:yellow;">И</span>
<span style="color:green;">В</span>
<span style="color:blue;">Е</span>
<span style="color:purple;">Т</span>
</p>
<p style="font-size:40px; font-weight:bold; text-align:right;">
<span style="color:red;">П</span>
<span style="color:orange;">Р</span>
<span style="color:yellow;">И</span>
<span style="color:green;">В</span>
<span style="color:blue;">Е</span>
<span style="color:purple;">Т</span>
</p>
</div>
</body>
</html>