2 Star 0 Fork 0

mirrors_opencollective/style-guide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
feedback.html 945 Bytes
一键复制 编辑 原始数据 按行查看 历史
bleedingxedge 提交于 2016-01-06 16:25 . Updates forms
<!DOCTYPE html>
<html>
<head>
<title>OpenCollective App Style Guide</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<meta charset="UTF-8">
</head>
<body>
<aside>
<h2>Table of contents</h2>
<ul>
<li><a href="/grid.html">Grid System</a></li>
<li><a href="/typeworks.html">Typeworks</a></li>
<li><a href="/palette.html">Palette</a></li>
<li><a href="/forms.html">Forms</a></li>
<li>Lists</li>
<li>Icons</li>
<li><a href="/feedback.html">Feedback</a></li>
<li>Components</li>
<li>Animation</li>
</ul>
</aside>
<section>
<div class="container">
<article>
<h2>Feedback</h2>
<div class="feedback notice">This is a sample notice</div>
<div class="feedback error">Oops! Something went wrong</div>
<div class="feedback success">Yay! Everything worked!</div>
</article>
</div>
</section>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_opencollective/style-guide.git
git@gitee.com:mirrors_opencollective/style-guide.git
mirrors_opencollective
style-guide
style-guide
master

搜索帮助