YuanUI pattern library

Example

Centered text

Markup
<p class="text-center">Centered text</p>
Source: utilities.css, line 1
Example
floated
Markup
<div class="clearfix">
  <span class="float-left">floated</span>
</div>
Source: utilities.css, line 30

15.3 #Utilities.float-left Float left

Float an element to the left with float-left

Source: utilities.css, line 17

15.4 #Utilities.hidden Hidden

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

Positioning content off-screen, while still allow it to be read by screen readers.

Example
Markup
<div class="hidden">This text is hidden.</div>
Source: utilities.css, line 53