Login
Как это делается?
1451 просмотров
Перейти к просмотру всей ветки
in Antwort uscheswoi_82 10.01.22 09:48
Или вот так:
<!DOCTYPE html> <html> <head> <style> .position { position:absolute; left:10px; top:60px; } .preis_rot_weiss { border:1px solid #f00; border-radius:5px; background-color:#f00; min-width:90px; width:90px; height:70px; color:#fff; text-align:center; } .preis_weiss_rot { border:1px solid #f00; border-radius:5px; background-color:#fff; min-width:90px; width:90px; height:70px; color:#f00; text-align:center; } .hint { position:relative; left:40px; top:-140px; } </style> </head> <body> <div class="position preis_weiss_rot"> <h1>1.<sup>99</sup>€</h1> <div class="hint preis_rot_weiss"><h1>-43%</h1></div> </div> </body> </html>
Если я кому-то отвечаю, это не значит что я ему симпатизирую, каждый остаётся при своём мнение