UNPKG

@ou-imdt/css

Version:

The IMDT CSS library styles native elements with light, extendable CSS. It is developed for Interactive Media Developers at the Open University.

18 lines (12 loc) 457 B
# kbd (Keyboard input) The keyboard input element, an inline text tag intended to convey user input from a keyboard, voice or any other text input. ## Example <div class="card"> <p>Please press <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd> to re-render an MDN page.</p> </div> <details class="compact"> <summary>HTML</summary> ```html <p>Please press <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd> to re-render an MDN page.</p> ``` </details>