首页 > 代码库 > html练习

html练习

<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<style type="text/css">
.bj-div{
margin-left: 400px;
width: 280px;
height: 520px;
background-image: url("2.jpg");
text-align: center;
color: red;
}
.ziti1{
font-size: 90px;
text-align: center;
color: red;
margin-bottom: 10px;

}
.ziti2{

font-size: 15px;
color: red;


}
.ziti3{
margin-top: 250px;
font-size: 15px;
color: red;


}
</style>
</head>
<body>


<div class="bj-div">
<p class="ziti1"> 03:36 </p>
<p class="ziti2">Friday September 27</p>
<p class="ziti3">slide to uniok </p>


</div>


</body>
</html>color: #4FC0E8;

html练习