53 lines
621 B
HTML
53 lines
621 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<html>
|
|
<head>
|
|
|
|
<style type="text/css">
|
|
body{
|
|
margin-left:50px;
|
|
font-size: 20px;
|
|
line-height:23px;
|
|
background: #000;
|
|
|
|
}
|
|
ul,li{
|
|
font-size:23px;
|
|
line-height:27px;
|
|
}
|
|
|
|
h1{
|
|
text-align: center;
|
|
}
|
|
|
|
.entry{
|
|
width:100%;
|
|
text-align: center;
|
|
border-bottom: 2px solid #333333;
|
|
}
|
|
.left,.right{
|
|
width: 180px;
|
|
clear:none;
|
|
float:left;
|
|
overflow:hidden;
|
|
}
|
|
.middle{
|
|
width: 10px;
|
|
clear:none;
|
|
float:left;
|
|
}
|
|
.left{
|
|
text-align:left;
|
|
}
|
|
.right{
|
|
text-align:right;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html> |