<!DOCTYPE html>
<html>
<head>
<title>BAKIMDAYIZ</title>
<style>body {
background-color: #B5B5B5;
}</style>
<style>
#container
{
width: 100px;
height: 100px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -50px;
margin-top: -50px;
}
</style>
</head>
<body>
<div id="container">
<h1>BAKIMDAYIZ</h1>
</div>
</body>
</html>Renk kodu yazdığım yere istediğiniz renk kodunu yazabilirsiniz.
http://www.sitekodlari.com/htmlrenkkodubulucu.php üzerinden renk kodu bulabilirsiniz
Bold yazmak için <p>Bakımdayız</p> kısmını <b><p>Bakımdayız</p></b> veya <h3>Bakımdayız</h3> ile güncelliyebilirsiniz