Template:Key press/styles.css: Difference between revisions

From Knox Makers Wiki
Jump to navigation Jump to search
(Created page with ".keyboard-key { border: 1px solid #aaa; border-radius: 0.2em; box-shadow: 0.1em 0.2em 0.2em #ddd; background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee); color: #333; padding: 0.1em 0.3em; font-family: inherit; font-size: 0.85em; }")
 
(Blanked the page)
Tag: Blanking
 
Line 1: Line 1:
.keyboard-key {
 
border: 1px solid #aaa;
border-radius: 0.2em;
box-shadow: 0.1em 0.2em 0.2em #ddd;
background-image: linear-gradient(to bottom, #eee, #f9f9f9, #eee);
    color: #333;
padding: 0.1em 0.3em;
font-family: inherit;
font-size: 0.85em;
}

Latest revision as of 20:38, 19 May 2024