sdfsdf
fdf
Страница: 1
Сообщений 1 страница 2 из 2
Поделиться22020-05-17 19:00:35
Код:
<!--HTML--> <style> @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap') .olablock {width:500px; height: 500px; background-color: #000;} .epblock {position: absolute; width:180px; height: 200px; background-color: #fff; font-family: arial; font-size: 10px; color: #000} .chooseola {font-family: 'Press Start 2P', cursive; text-transform: uppercase; font-size: 32px;} </style> <div class="olablock"> <center><div class="chooseola">chose your hero<div></center> <div class="epblock" style="top: 200px; left: 50px;">ссылка<br> ссылка <br> </div> </div>
Страница: 1