Код:
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'> <style> #give1 { width:400px; padding:50px; background-image:url('http://i10.pixs.ru/storage/7/5/5/notebookpn_6182169_17991755.png'); } #give1 .giveme1 { border:1px solid #ffffff; padding:25px; } #give1 .giveme2 { background-color:#ffffff; } #give1 .giveme3 { background-color:#CDC3FA; padding: 40px 25px; color:#ffffff; text-shadow:1px 1px #bbbbbb, 2px 2px #000000; font-family:playfair display; font-style:italic; font-size:50px; } #give1 .givemes4 { padding:25px; color:#000000; height:300px; overflow:auto; } .givemes4::-webkit-scrollbar { width:5px; height:5px; } </style> <center> <div id="give1"><div class="giveme1"><div class="giveme2"><div class="giveme3">Проверка</div> <div class="givemes4">Текст текст</div> </div></div></div> </center>