Edit in JSFiddle


              
<body>
    <div class="mkt">Nice to meet you</div>
</body>
.mkt {
    color:red;
    background-color:yellow;
    width:300px;
    height:50px;
    line-height:50px;
    font-size:31px;
    text-align:center;
    margin:20px;
    border:1px solid #eee;
    box-shadow:3px 3px 3px #999;
}