.Webmaster Development {
margin: 50px auto;
background: #fff;
width: 300px;
height: 400px;
border-radius: 3px;
position: relative;
box-shadow: 0 0 0 1px #ccc,
0 4px 0 -2px #fff,
0 4px 0 -1px #ccc,
0 8px 0 -4px #fff,
0 8px 0 -3px #ccc;
}
h1, h2 {
font-family: "Helvetica Neue", Helvetica, Arial;
color: #666;
text-align: center;
padding: 100px 30px 0;
font-weight: bold;
font-size: 30px;
}
h1 span {
color: #f48979;
font-size: 60px;
line-height: 120px;
}
h2 {
font-size: 14px;
color: #999;
font-weight: 100;
}
The result can look like the picture above ..
Write markup in comments
- To write letters bold using
<strong></strong>
or<b></b>
. - To write letters italic using
<em></em>
or<i></i>
. - To write letters underline using
<u></u>
. - To write letters strikethrought using
<strike></strike>
. - To write HTML code use
<code></code>
or<pre></pre>
or<pre><code></code></pre>
, and please parse code in the parser box below.
Choose the Comment System