Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 45... Línea 45...
45
## Custom text tags
45
## Custom text tags
Línea 46... Línea 46...
46
 
46
 
47
{{< example >}}
47
{{< example >}}
48
<p class="text-lowercase">Lowercased text.</p>
48
<p class="text-lowercase">Lowercased text.</p>
49
<p class="text-uppercase">Uppercased text.</p>
49
<p class="text-uppercase">Uppercased text.</p>
50
<p class="font-weight-bold">Bold text.</p>
50
<p class="fw-bold">Bold text.</p>
51
<p class="font-weight-normal">Normal weight text.</p>
51
<p class="fw-normal">Normal weight text.</p>
Línea 52... Línea 52...
52
<p class="font-italic">Italic text.</p>
52
<p class="fst-italic">Italic text.</p>
53
 
53
 
54
<p class="text-muted">
54
<p class="text-muted">
55
    Muted text with a <a href="#" class="text-reset">reset link</a>.
55
    Muted text with a <a href="#" class="text-reset">reset link</a>.
Línea 56... Línea 56...
56
</p>
56
</p>
Línea 57... Línea 57...
57
{{< /example >}}
57
{{< /example >}}
58
 
58
 
Línea 59... Línea 59...
59
## For screenreaders
59
## For screenreaders
Línea 60... Línea 60...
60
 
60
 
61
<h2 class="sr-only">Title for screen readers</h2>
61
<h2 class="visually-hidden">Title for screen readers</h2>