π Web AI | π AI Enthusiast | π AI Computer Science
- text in red
+ text in green
! text in orange
# text in gray
@@ text in purple (and bold)@@
Code | Results |
---|---|
$${\color{red}Red}$$ |
|
$${\color{green}Green}$$ |
|
$${\color{lightgreen}Light \space Green}$$ |
|
$${\color{blue}Blue}$$ |
|
$${\color{lightblue}Light \space Blue}$$ |
|
$${\color{black}Black}$$ |
|
$${\color{white}White}$$ |
$${\color{red}Welcome \space \color{lightblue}To \space \color{orange}Larasky}$$
Center Align: $$
$${\color{red}Welcome \space \color{lightblue}To \space \color{orange}Larasky}$$
Left Align: $
${\color{red}Welcome \space \color{lightblue}To \space \color{orange}Larasky}$
Note
Highlights information that users should take into account, even when skimming.
Important
Crucial information necessary for users to succeed.
Warning
Critical content demanding immediate user attention due to potential risks.
$\mathcal{\color{purple}{this \ is \ a \ paragraph} \ \color{cyan}{in \ another \ font}}$
$\mathbb{\color{teal}{this \ is \ a } \ \color{magenta}{paragraph \ in \ another \ font}}$
$\mathscr{\color{red}{this} \ \ \color{blue}{is \ \ a \ \ paragraph} \ \ \color{yellow}{in \ \ another \ \ font}}$
$\mathfrak{\color{lime}{this \ is \ a \ paragraph \ in \ another \ font}}$
$\mathscr{\color{red}{mon}\color{white}{day}}$
$\textcolor{olive}{\TeX} \ \textcolor{darkgray}{welcome \ to \ LaraSky}$
$\textit{hello}$ #italic
$\text{hello}$ #normal
$\Large{hello}$$ #Bigger text size
$\LaTeX$
$\fbox{Hello there}$
Model | Desc | Value |
---|---|---|
Gray | Shades of gray | 0.1 to 1.0 |
rgb | red,green,blue | [0-255]{3} |
RGB | Red,Green,Blue | [0-255]{3} |
$\color[rgb]{1,0,1} hello$
$\color[RGB]{155,127,0} hello$
$\color[gray]{0.3} hello$