gpt4 book ai didi

html - 我的 html 表单和纯 css 有问题吗?

转载 作者:太空宇宙 更新时间:2023-11-03 23:53:50 25 4
gpt4 key购买 nike

我有以下 html:

<head>
<link href="http://yui.yahooapis.com/pure/0.3.0/base-min.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form action="/item" class="pure-form pure-form-stacked" method="POST">
<fieldset>
<label for="item">Name of item</label>
<input id="item" name="item" type="text" />
<label for="desc">Description</label>
<input id="desc" name="desc" type="text" />
<input type="submit" value="Add" />
</fieldset>
</form>
</body>

这不会呈现为 http://purecss.io/forms/ 中的示例显示(堆叠形式),但更像是内联形式(而且不是很好)。我的html有问题吗?

最佳答案

您没有包含纯形式的 css。

添加

<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/pure-min.css">

到你的头上。

http://jsfiddle.net/jaap/tFAWe/

(我将按钮类添加到按钮,将图例节点添加到字段集)。

关于html - 我的 html 表单和纯 css 有问题吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19222855/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com