jquery - 应用按钮边框,如 gmail "create new account "按钮

标签 jquery css

任何人都可以建议我如何设计像 gmail 的“创建新帐户”这样的按钮。下面我给出了那个按钮的图像
enter image description here

提前致谢。

最佳答案

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<style type="text/css"> 
button
{
border:2px solid #a1a1a1;
padding:10px 40px; 
background:#dddddd;
width:300px;
border-radius:15px;
-moz-border-radius:25px; /* Firefox 3.6 and earlier */
}
</style>
</head>
<body>

<button style="height: 70px; width: 400px">Create Account</button>

</body>
</html>

关于jquery - 应用按钮边框,如 gmail "create new account "按钮,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7077174/

相关文章:

javascript - 获取网页标题和段落

javascript - 将 MVC 模型与 'contenteditable' 属性混合——是否可以以简单的方式将数据发送回服务器?

javascript - 如何使用Jquery获取Table的所有行值?

c# mvc jquery 实时聊天

css - 使用 css3,是否可以使制表符箭头指向下方?

css - 如何将 css 应用于在 alfresco web 快速入门中创建的自定义内容

html - 固定表格单元格宽度

javascript - 单击按钮时如何使输入中的文本进入段落

jQuery 选择器 : href attribute doesn't contain neither word1 nor word2

javascript - jQuery 分页插件事件目标