Skip to content

DataPhilly/links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

<style> body { color: black; /* Default text color */ text-align: center; /* Center text globally */ } header h2 { text-align: center; /* Ensure headers are centered */ color: black; /* Default text color */ } .link-button { display: inline-block; border: 2px solid darkblue; padding: 10px; text-decoration: none; color: black; width: calc(100% - 10px); max-width: 400px; height: 95px; border-radius: 25px; margin: 10px auto; background-color: white; /* Change to desired button background color */ } .link-button img { vertical-align: middle; } .link-button span { display: block; margin-top: 5px; } @media (min-width: 600px) { .link-button { width: 80%; /* Change to 80% width for larger screens */ } } </style>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published