<style type="text/css"> #tvscreen { position: relative; width: 200px; height: 150px; margin: 20px 10px; background: #0809fe; border-radius: 50% / 10%; color: white; text-align: center; text-indent: .1em; } #tvscreen:before { content: ""; position: absolute; top: 10%; bottom: 10%; right: -5%; left: -5%; background: inherit; border-radius: 5% / 50%; } </style> <div id="tvscreen">CoursesWeb.net</div>Demo:
<link href="/templ/style.css" rel="stylesheet" type="text/css" />
h2 { font-size: 1em; }
document.getElementById("someID").innerHTML = "HTML content";
$str = "http://CoursesWeb.net/"; $nr_chr = strlen($str); echo $nr_chr; // 22