태그

2015년 3월 26일 목요일

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<div class="mkt">Nice to meet you</div>
</body>
</html>
view raw index.html hosted with ❤ by GitHub
.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;
}
view raw style.css hosted with ❤ by GitHub