2024.4.17
随笔界面:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<style tylie="text/css">
body{
}
.d{
margin: 60px 0px;
font-size: 30px;
list-style: none;
color: blue;
font-family: 华文行楷;
float: right;
}
li{
text-align:center;
list-style: none;
font-size: 25px;
color: #00FFFF;
clear: right;
}
.text{
color:blue;
font-size: 20px;
}
.bke{
margin: 10px 100px;
width: 230px;
height: 100px;
}
button{
border-radius:10px;
border:0;
height:30px;
width:50px;
padding:5px 10px;
}
button:hover{
}
</style>
</head>
<body>
<li class="d"><a href = "C:\Users\user\Documents\庄树琦-网页设计.html" >庄树琦</a></li>
<img src="C:\Users\user\Documents\images\无标题-1.gif" class="bke">
<li>标题:</li>
<li><textarea name="textarea"cols="130" rows="5" class="text"></textarea></li>
<li>正文:</li>
<li><textarea name="textarea"cols="130" rows="11" class="text"></textarea></li>
<li><button type="sumbit">提交</button></li>
</body>
</html>