Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ungtb10d/dev.blckswan.org
https://github.com/ungtb10d/dev.blckswan.org
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ungtb10d/dev.blckswan.org
- Owner: ungtb10d
- Created: 2022-10-05T14:40:25.000Z (over 2 years ago)
- Default Branch: gh-dev
- Last Pushed: 2022-10-06T09:41:45.000Z (over 2 years ago)
- Last Synced: 2024-11-12T03:23:08.209Z (2 months ago)
- Size: 7.52 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
blckswan.org - ░░░░░░░░░░░░░░░░░░░░
body {
background-color: #f0f0f2;
margin: 0;
padding: 0;
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div {
width: 600px;
margin: 5em auto;
padding: 2em;
background-color: #fdfdff;
border-radius: 0.5em;
box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);
}
a:link, a:visited {
color: #38488f;
text-decoration: none;
}
@media (max-width: 700px) {
div {
margin: 0 auto;
width: auto;
}
}