Template:ContributeButton

From WikiPhone
Revision as of 05:45, 19 August 2025 by CaptainChris (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


<a

 href="http://telephones.wiki/Help:Contributing"
 title="Learn how to contribute"
 role="button"
 style="
   /* layout */
   display: grid;
   grid-template-columns: auto 1fr auto;
   align-items: center;
   gap: .75rem;
   /* sizing & spacing */
   width: 100%;
   max-width: 640px;
   margin: .25rem auto;
   padding: .95rem 1.15rem;
   /* visuals */
   text-decoration: none;
   border-radius: 14px;
   border: 1px solid #d0d7e2;
   background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
   box-shadow: 0 2px 6px rgba(0,0,0,.06);
   /* text */
   font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
   font-size: clamp(16px, 2.8vw, 18px);
   line-height: 1.2;
   color: #1f2937;
   /* tap target */
   -webkit-tap-highlight-color: transparent;
 "

>

 
 
   Learn how to contribute
 
 

</a>