<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Text Alignment on Martijn's Notes</title><link>https://vandenboom.online/es/tags/text-alignment/</link><description>Recent content in Text Alignment on Martijn's Notes</description><generator>Hugo</generator><language>es</language><copyright>Copyright © 2016-2026 van den &lt;span class='bold-rotate'&gt;B&lt;/span&gt;oom. All Rights Reserved.</copyright><lastBuildDate>Fri, 15 Jul 2022 01:00:43 +0800</lastBuildDate><atom:link href="https://vandenboom.online/es/tags/text-alignment/index.xml" rel="self" type="application/rss+xml"/><item><title>Códigos cortos de texto</title><link>https://vandenboom.online/es/docs/shortcodes/text/</link><pubDate>Fri, 15 Jul 2022 01:00:43 +0800</pubDate><guid>https://vandenboom.online/es/docs/shortcodes/text/</guid><description><![CDATA[<p>En este artículo, exploraremos algunos códigos cortos para texto, como alineación, transformación y selección.</p>
<!--más-->

<h2 id="transformación-de-texto" data-numberify>Transformación de texto<a class="anchor ms-1" href="#transformación-de-texto"></a></h2>
<p><div>texto en minúsculas.</div>

<div>TEXTO EN MAYÚSCULAS.</div>

<div class="text-capitalize">Texto en mayúscula.</div>
</p>

<h2 id="alineación-de-texto" data-numberify>Alineación de texto<a class="anchor ms-1" href="#alineación-de-texto"></a></h2>
<div class="text-start">
Alinear el texto al inicio.
</div>

<div class="text-center">
Alinear el texto al centro.
</div>

<div class="text-end">
Alinear el texto hasta el final.
</div>


<h2 id="selección-de-texto" data-numberify>Selección de texto<a class="anchor ms-1" href="#selección-de-texto"></a></h2>
<div class="user-select-all">
Este párrafo quedará completamente seleccionado cuando el usuario haga clic en él.
</div>

<div class="user-select-none">
Este párrafo no será seleccionable cuando el usuario haga clic en él.
</div>]]></description></item></channel></rss>