اجرا
1264 x 150
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<style>
5
.center {
6
padding: 70px 0;
7
text-align: center;
8
border: 3px solid green;
9
}
10
</style>
11
</head>
12
<body>
13
<div class="center">محتوا در مرکز المان قرار گرفته است.</div>
14
</body>
15
</html>