-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Main page title: Short bord red underline - follow the title alignement
- Loading branch information
Showing
11 changed files
with
354 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
altLangPage: "main-page-title-align-right-fr.html" | ||
dateModified: "2024-09-26" | ||
language: "en" | ||
pageclass: "wb-prettify all-pre" | ||
layout: without-h1 | ||
title: "Main page title aligned on the right" | ||
index_json: index.json-ld | ||
breadcrumbs: [ | ||
{ "title": "Titre principal - Documentation", "link": "sites/main-page-title/main-page-title-en.html" } | ||
] | ||
--- | ||
<h1 id="wb-cont" dir="rtl">Main page title aligned on the right</h1> | ||
<p>Main title of a page with a short bold red underline aligned on the right.</p> | ||
|
||
<pre><code> | ||
<h1 id="wb-cont" dir="rtl">Main page title aligned on the right</h1> | ||
<p>Main title of a page with a short bold red underline aligned on the right.</p> | ||
</code></pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
altLangPage: "main-page-title-align-right-en.html" | ||
dateModified: "2024-09-26" | ||
language: "fr" | ||
pageclass: "wb-prettify all-pre" | ||
layout: without-h1 | ||
title: "Titre principal de la page aligné à droite" | ||
index_json: index.json-ld | ||
breadcrumbs: [ | ||
{ "title": "Titre principal - Documentation", "link": "sites/main-page-title/main-page-title-fr.html" } | ||
] | ||
--- | ||
<h1 id="wb-cont" dir="rtl">Titre principal de la page aligné à droite</h1> | ||
<p>Titre principal d'une page avec un court soulignement rouge en gras aligné à droite.</p> | ||
|
||
<pre><code> | ||
<h1 id="wb-cont" dir="rtl">Titre principal de la page aligné à droite</h1> | ||
<p>Titre principal d'une page avec un court soulignement rouge en gras aligné à droite.</p> | ||
</code></pre> |
21 changes: 21 additions & 0 deletions
21
sites/main-page-title/main-page-title-div-align-right-en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
altLangPage: "main-page-title-div-align-right-fr.html" | ||
dateModified: "2024-09-26" | ||
language: "en" | ||
pageclass: "wb-prettify all-pre" | ||
layout: without-h1 | ||
title: "Main page title in a div aligned on the right" | ||
index_json: index.json-ld | ||
breadcrumbs: [ | ||
{ "title": "Titre principal - Documentation", "link": "sites/main-page-title/main-page-title-en.html" } | ||
] | ||
--- | ||
|
||
<div dir="rtl"> | ||
<h1 id="wb-cont">Main page title in a div aligned on the right</h1> | ||
<p>Main page title aligned on the right using dir="rtl" on the parent div</p> | ||
</div> | ||
<pre><code><div dir="rtl"> | ||
<h1 id="wb-cont">Main page title in a div aligned on the right</h1> | ||
<p>Main page title aligned on the right using dir="rtl" on the parent div</p> | ||
<div></code></pre> |
Oops, something went wrong.