CODEBASE_FRONTEND Telegram 901
⚙️ Что такое свойство text-transform в CSS и зачем оно используется?

Свойство text-transform управляет регистром текста: можно сделать все буквы заглавными, строчными или преобразовать только первую.

➡️ Пример:

<div class="box">hello world</div>

<style>
.box {
font-size: 20px;
text-transform: uppercase;
}
</style>


🗣 В этом примере текст "hello world" будет отображён как HELLO WORLD.

Популярные значения:


• none — без изменений (по умолчанию)
• uppercase — все буквы заглавные
• lowercase — все буквы строчные
• capitalize — каждая первая буква слова заглавная


Полезно для заголовков, кнопок, меню и приведения текста к единому стилю.


CodeBase | Frontend | #CSS
Please open Telegram to view this post
VIEW IN TELEGRAM
👍42🔥2😁2



tgoop.com/codebase_frontend/901
Create:
Last Update:

⚙️ Что такое свойство text-transform в CSS и зачем оно используется?

Свойство text-transform управляет регистром текста: можно сделать все буквы заглавными, строчными или преобразовать только первую.

➡️ Пример:

<div class="box">hello world</div>

<style>
.box {
font-size: 20px;
text-transform: uppercase;
}
</style>


🗣 В этом примере текст "hello world" будет отображён как HELLO WORLD.

Популярные значения:


• none — без изменений (по умолчанию)
• uppercase — все буквы заглавные
• lowercase — все буквы строчные
• capitalize — каждая первая буква слова заглавная


Полезно для заголовков, кнопок, меню и приведения текста к единому стилю.


CodeBase | Frontend | #CSS

BY CodeBase | Frontend


Share with your friend now:
tgoop.com/codebase_frontend/901

View MORE
Open in Telegram


Telegram News

Date: |

How to Create a Private or Public Channel on Telegram? The public channel had more than 109,000 subscribers, Judge Hui said. Ng had the power to remove or amend the messages in the channel, but he “allowed them to exist.” The imprisonment came as Telegram said it was "surprised" by claims that privacy commissioner Ada Chung Lai-ling is seeking to block the messaging app due to doxxing content targeting police and politicians. Just at this time, Bitcoin and the broader crypto market have dropped to new 2022 lows. The Bitcoin price has tanked 10 percent dropping to $20,000. On the other hand, the altcoin space is witnessing even more brutal correction. Bitcoin has dropped nearly 60 percent year-to-date and more than 70 percent since its all-time high in November 2021. How to Create a Private or Public Channel on Telegram?
from us


Telegram CodeBase | Frontend
FROM American