cloudflare/vinext

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
23f9e1e13decb3ee024adc6a091b9252427f8e2e

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