編輯頁面CSS

This commit is contained in:
Yuan Chiu 2020-04-10 00:25:00 +08:00
parent 9446d6a882
commit 7224b971b5

View File

@ -27,6 +27,21 @@ else {
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/general.css">
<title>Document</title>
<style>
section>form ul li {
list-style-type: none;
margin-bottom: 1em;
}
section>form label input[type=text]{
width: 100%;
}
section>form label textarea{
width: 100%;
height: 15em;
}
</style>
</head>
<body>
<div id="container">
@ -46,7 +61,6 @@ else {
<label>
<span>Title: </span>
<input type="text" name="title" value="<?php echo $title; ?>" required />
<strong><abbr title="required">*</abbr></strong>
</label>
</li>
<li>