cloudflare/vinext

Public

mirrored from https://github.com/cloudflare/vinextAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.0.9

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

examples/hackernews/components/footer.module.css

8lines · modecode

1.footer {
2 padding: 10px 0 40px;
3 color: #757575;
4 font-size: 14px;
5 text-align: center;
6 border-top: 1px solid;
7 margin-top: 50px;
8}
9