@haydentroy
\(\Huge\sf Basic~\LaTeX\) When using LaTeX you start by placing `\(` at the start and `\)` when you have finished. For example you can type `\(Example\)` and it will come out as \(Example\) \(\Huge\sf Fonts\) \(\begin{array}{|l|l|}\hline \sf{Command}&\sf{Outcome}\\\hline \sf{\backslash tt}&\sf{\tt{tt}}\\\hline \sf{\backslash it}&\sf{\it{it}}\\\hline \sf{\backslash sf}&\sf{\sf{sf}}\\\hline \sf{\backslash bf}&\sf{\bf{bf}}\\\hline \sf{\backslash rm}& \sf{\rm{rm}}\\\hline \sf{\backslash cal}& \sf{\cal{cal}}\\\hline \sf{\backslash scr}& \sf{\scr{scr}}\\\hline \sf{\backslash frak}& \sf{\frak{frak}}\\\hline \sf{\backslash mathbb}& \sf{\mathbb{MATHBB}}\\\hline \sf{\backslash boldsymbol}& \sf{\boldsymbol{boldsymbol}}\\\hline \end{array}\) For example, you can type `\(\sf{\LaTeX}\)` and it will come out as \(\sf{\LaTeX}\) \(\Huge\sf{Sizes}\) \(\begin{array}{|l|l|}\hline \sf{Command}&\sf{Outcome}\\\hline \sf{\backslash tiny}&\sf{\tiny{tiny}}\\\hline \sf{\backslash Tiny}&\sf{\Tiny{Tiny}}\\\hline \sf{\backslash scriptsize}&\sf{\scriptsize{scriptsize}}\\\hline \sf{\backslash small}&\sf{\small{small}}\\\hline \sf{\backslash normalsize}&\sf{\normalsize{normalsize}}\\\hline \sf{\backslash large}& \sf{\large{large}}\\\hline \sf{\backslash Large}& \sf{\Large{Large}}\\\hline \sf{\backslash LARGE}& \sf{\LARGE{LARGE}}\\\hline \sf{\backslash huge}& \sf{\huge{huge}}\\\hline \sf{\backslash Huge}& \sf{\Huge{Huge}}\\\hline \end{array}\) For example `\(\Huge{Example}\)` comes out as \(\Huge{Example}\) \(\Huge\sf{Colors}\) \begin{array}{|l|l|}\hline \sf\Large predefined\ colors&\sf\Large hexadecimal\\\hline \sf\Large\color{maroon}{maroon}&\sf\Large\color{#FF0000}{\#FF0000}\\\hline \sf\Large\color{brown}{brown}&\sf\Large\color{#FF1700}{\#FF1700}\\\hline \sf\Large\color{red}{red}&\sf\Large\color{#FF2E00}{\#FF2E00}\\\hline \sf\Large\color{orangered}{orangered}&\sf\Large\color{#FF4500}{\#FF4500}\\\hline \sf\Large\color{salmon}{salmon}&\sf\Large\color{#FF5C00}{\#FF5C00}\\\hline \sf\Large\color{orange}{orange}&\sf\Large\color{#FF7300}{\#FF7300}\\\hline \sf\Large\color{goldenrod}{goldenrod}&\sf\Large\color{#FF7300}{\#FF7300}\\\hline \sf\Large\color{gold}{gold}&\sf\Large\color{#FF8A00}{\#FF8A00}\\\hline \sf\Large\color{yellow}{yellow}&\sf\Large\color{#FFA100}{\#FFA100}\\\hline \sf\Large\color{greenyellow}{greenyellow}&\sf\Large\color{#FFB800}{\#FFB800}\\\hline \sf\Large\color{olive}{olive}&\sf\Large\color{#FFCF00}{\#FFCF00}\\\hline \sf\Large\color{lime}{lime}&\sf\Large\color{#FFE600}{\#FFE600}\\\hline \sf\Large\color{springgreen}{springreen}&\sf\Large\color{#FFFD00}{\#FFFD00}\\\hline \sf\Large\color{green}{green}&\sf\Large\color{#FFFF00}{\#FFFF00}\\\hline \sf\Large\color{forestgreen}{forestgreen}&\sf\Large\color{#E8FF00}{\#E8FF00}\\\hline \sf\Large\color{seagreen}{seagreen}&\sf\Large\color{#D1FF00}{\#D1FF00}\\\hline \sf\Large\color{teal}{teal}&\sf\Large\color{#BAFF00}{\#BAFF00}\\\hline \sf\Large\color{turquoise}{turquoise}&\sf\Large\color{#A3FF00}{\#A3FF00}\\\hline \sf\Large\color{cyan}{cyan}&\sf\Large\color{#8CFF00}{\#8CFF00}\\\hline \sf\Large\color{aquamarine}{aquamarine}&\sf\Large\color{#75FF00}{\#75FF00}\\\hline \sf\Large\color{cadetblue}{cadetblue}&\sf\Large\color{#5EFF00}{\#5EFF00}\\\hline \sf\Large\color{cornflowerblue}{cornflowerblue}&\sf\Large\color{#19FF00}{\#19FF00}\\\hline \sf\Large\color{royalblue}{royalblue}&\sf\Large\color{#00FF17}{\#00FF17}\\\hline \sf\Large\color{midnightblue}{midnightblue}&\sf\Large\color{#00FF5C}{\#00FF5C}\\\hline \sf\Large\color{navy}{navy}&\sf\Large\color{#00FF8A}{\#00FF8A}\\\hline \sf\Large\color{blue}{blue}&\sf\Large\color{#00FFB8}{\#00FFB8}\\\hline \sf\Large\color{purple}{purple}&\sf\Large\color{#00FFE6}{\#00FFE6}\\\hline \sf\Large\color{blueviolet}{blueviolet}&\sf\Large\color{#00E6FF}{\#00E6FF}\\\hline \sf\Large\color{darkorchid}{darkorchid}&\sf\Large\color{#00CFFF}{\#00CFFF}\\\hline \sf\Large\color{magenta}{magenta}&\sf\Large\color{#00A1FF}{\#00A1FF}\\\hline \sf\Large\color{orchid}{orchid}&\sf\Large\color{#008AFF}{\#008AFF}\\\hline \sf\Large\color{plum}{plum}&\sf\Large\color{#0073FF}{\#0073FF}\\\hline \sf\Large\color{grey}{grey}&\sf\Large\color{#005CFF}{\#005CFF}\\\hline \sf\Large\color{tan}{tan}&\sf\Large\color{#0045FF}{\#0045FF}\\\hline \end{array} Credit to colors goes to @thomaster For example, you can type `\(\color{blueviolet}{Example}\)` and it will come out as \(\color{blueviolet}{Example}\) \(\Huge\sf Bounding Box\) `\(\bbox[5pt, white ,border:5px solid black]{\bf\huge Example}\)` & `\(\bbox[5pt, white ,border:5px dotted black]{\bf\huge Example}\)` & `\(\bbox[5pt, white ,border:5px dashed black]{\bf\huge Example}\)` with those you would get \(\bbox[5pt, white ,border:5px solid black]{\bf\huge Example}\) & \(\bbox[5pt, white ,border:5px dotted black]{\bf\huge Example}\) & \(\bbox[5pt, white ,border:5px dashed black]{\bf\huge Example}\) \(\Huge\sf{Boxes}\) `\(\boxed{\boxed{\boxed{Example}}}\)` comes out as \(\boxed{\boxed{\boxed{Example}}}\) \(\Huge\sf{mbox}\) This is simple. the command is \mbox so you can do things like `\(\mbox{Hi i dont need the approx symbol to space my words}\)` Comes out as \(\mbox{Hi i dont need the approx symbol to space my words}\) \(\Huge\sf{fbox}\) This is the same thing as \mbox but it has a box around it. For example, `\(\fbox{Example}\)` comes out as \(\fbox{Example}\) \(\Huge\sf{Whacky~\LaTeX}\) With whacky LaTeX you use the symbols `^` and `_` to make the letter smaller and more towards the top or smaller and more towards the bottom. For example `\(\Huge{_Wh^ac_kY^!!_!}\)` comes out as \(\Huge{_Wh^ac_kY^!!_!}\) \(\Huge\sf{Macros}\) Macros are used to make multiple of something without writing it out all over again, it is also used to make commands. For example, you can type `\(\def\OS{OpenStudy}\OS\)` and it will come out as \(OpenStudy\) and so now, all you need to type, is `\(\OS\)` and it will come out as \(OpenStudy\) \(\Huge\sf Hyperlinks\) Hyperlinks are simple, all you need to type, is this, `\(\href{http:///openstudy.com/study#/updates/5511e873e4b08daf898953a8}{Click~here~to~go~to~a~tutorial}\)` and it will come out as \(\href{http:///openstudy.com/study#/updates/5511e873e4b08daf898953a8}{Click~here~to~go~to~a~tutorial}\) and once you click it, it will bring you to whatever website you placed into the code. \(\Huge\sf{rlap}\) With rlap all you have to type is `\(\rlap{\color{red}{Example}}{\color{blueviolet}{\: Example}}\)` and it will come out as \(\rlap{\color{red}{Example}}{\color{blueviolet}{\: Example}}\) \(\Huge\sf{hspace}\) hspace moves things to the left or right. The way you would do this is, `\(\hspace{+100pt}{Example}\)` and it would come out as \(\hspace{+100pt}{Example}\) \(\Huge\sf{Combining~commands}\) To combine commands such as, colors, fonts, and sizes, you would type something like this, `\(\Huge\sf\color{blueviolet}{Example}\)` and it would come out as \(\Huge\sf\color{blueviolet}{Example}\) \(\Huge\sf{You~can~practice~here}\) \(\href{http:///cdn.mathjax.org/mathjax/latest/test/sample-dynamic.html}{LaTeX~practice}\) \(\hspace{+70pt}\Huge\sf{Share~the~\LaTeX}\) ``` \(\sf\href{http:///openstudy.com/study#/updates/55122d18e4b08daf8989bf80}{\Huge\rlap{\color{silver}{Nobrainiacher\color{silver}e's~tutorial}}\hspace{+3pt}{\color{red}N\color{orange}o\color{gold}b\color{lime}r\color{greenyellow}a\color{blue}i\color{purple}n\color{blueviolet}i\color{violet}a\color{magenta}c\color{red}h\color{orange}e\color{gold}r\color{lime}e\color{greenyellow}'\color{blue}s~\color{purple}t\color{blueviolet}u\color{violet}t\color{magenta}o\color{red}r\color{orange}i\color{gold}a\color{lime}l}}\)
I'm coming anyway lol :P
The lag.
nice tutorial
nvm, no more lag
I. KNOW. RIGHT.
haha I still have it XDD
haha
what's the point of mbox?
All it really does is make it where you don't need `~` to space your words :P
seems kinda pointless to me XD
can you combine it with other commands?
Not really :/
wait mbox is so helpful then for long things!!
pointless .-. soooooooooo Caleb, you're normally more talkative and spam-like
Eh...
ikr
eh?..
normally we can't get him to stop XD
I just realized something... as usual without saying anything, we abandoned the last post and are at a new one lol
Just don't feel like it.
What's wrong.
Nothing.
Then why are you acting so different?
I'm not. Why would you think i'm acting differently?
it's because you're not spamming or making random outbursts XD
I just don't want to, not in the mood.
Why?
Not sure.
do I need to give you guys some privacy? xp
lol no XD
I feel like I'm butting into a personal conversation, though XD
You're not, don't worry.
How? trust me, we have pm's and fb for that :P
oh hey guess what guys
Hmm?
Well you know who actually what's the point in saying that now \(Mahi\) doesn't care she's actually fine with it and even happy for us she's just been too busy to be on OS a lot
o.o
Really though, she's says it's fine and she doesn't mind about it. She's not upset at all.
She's just worried that it will affect the club but so far, it hasn't
It won't.
Wow.
lol. yeah.
im lost
lol don't worry :P
\(\boxed{\boxed{\boxed{hi}}}\)
thats new i like that
for me
I like it too, it's cool
I like this.
oh jeez *prepares for the crash of OS*
run for your lives!!!
haha
\(\Huge\color{red}{\boxed{\color{orange}{\boxed{\color{gold}{\boxed{\color{limegreen}{\boxed{\color{cornflowerblue}{\boxed{\color{blueviolet}{\boxed{\color{violet}{\boxed{\color{magenta}{\boxed{}}}}}}}}}}}}}}}}\)
*peeks out from my hiding space and sighs in relief* thank goodness.. I thought you were going to destroy us XD
Not yet.
hahaha XD
At least if he uses the box of doom we know how to get past it except for @haydentroy XD
i wanna know how
nope
it's a SECRET XD
:(
im out till tomorrow see ya
\(\Large_\color{#FF0000}☁ \color{#FF1700}☁ ^\color{#FF2E00}☁ _\color{#FF4500}☁ \color{#FF5C00}☁ ^\color{#FF7300}☁ _\color{#FF8A00}☁ \color{#FFA100}☁ ^\color{#FFB800}☁ _\color{#FFCF00}☁ \color{#FFE600}☁ ^\color{#FFFD00}☁ _\color{#FFff00}☁ \color{#E8ff00}☁ ^\color{#D1ff00}☁ _\color{#BAff00}☁ \color{#A3ff00}☁ ^\color{#8Cff00}☁ _\color{#75ff00}☁ \color{#5Eff00}☁ ^\color{#30ff00}☁ _\color{#19ff00}☁ \color{#02ff00}☁ ^\color{#00ff00}☁ _\color{#00ff17}☁ \color{#00ff2E}☁ ^\color{#00ff45}☁ _\color{#00ff5C}☁ \color{#00ff73}☁ ^\color{#00ff8A}☁ _\color{#00ffA1}☁ \color{#00ffB8}☁ ^\color{#00ffCF}☁ _\color{#00ffE6}☁ \color{#00ffFD}☁ ^\color{#00ffff}☁ _\color{#00FDff}☁ \color{#00E6ff}☁ ^\color{#00CFff}☁ _\color{#00B8ff}☁ \color{#00A1ff}☁ ^\color{#008Aff}☁ _\color{#0073ff}☁ \color{#005Cff}☁ ^\color{#0045ff}☁ _\color{#002Eff}☁ \color{#0017ff}☁ ^\color{#0000ff}☁ _\color{#0200ff}☁ \color{#1900ff}☁ ^\color{#3000ff}☁ _\color{#4700ff}☁ \color{#5E00ff}☁ ^\color{#7500ff}☁ _\color{#8C00ff}☁ \color{#A300ff}☁ ^\color{#BA00ff}☁ _\color{#D100ff}☁ \color{#E800ff}☁ ^\color{#FF00ff}☁ _\color{#FF00FD}☁ \color{#FF00E6}☁ ^\color{#FF00CF}☁ _\color{#FF00B8}☁ \color{#FF00A1}☁ ^\color{#FF008A}☁\\\) \(\hspace{-0pt}\huge\color{red}{*}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{_\diamondsuit}\Huge\color{purple}{\hspace{-21pt}^*}\color{red}{_*}\hspace{-10pt}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{^{^{^\diamondsuit}}}\Huge\color{purple}{\hspace{-21pt}^*}\) \(\LARGE{~~\color{red}/\color{orange})\color{gold}♕\color{lightgreen}/\color{cornflowerblue})\\\Huge{\color{red}(\color{orange}◠\color{gold}◡\color{lightgreen}◠\color{cornflowerblue})\sf{\color{blue}N\color{purple}o\color{blueviolet}b\color{violet}r\color{magenta}a\color{red}i\color{orange}n\color{gold}i\color{lime}a\color{greenyellow}c\color{lightgreen}h\color{lightblue}e\color{skyblue}r\color{cornflowerblue}e}\\\LARGE{~\color{red}(\color{orange}"\color{gold})\color{lime}(\color{lightgreen}"\color{cornflowerblue})}}}\) \(\hspace{-0pt}\huge\color{red}{*}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{_\diamondsuit}\Huge\color{purple}{\hspace{-21pt}^*}\color{red}{_*}\hspace{-10pt}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{^{^{^\diamondsuit}}}\Huge\color{purple}{\hspace{-21pt}^*}\) \(\Large_\color{#FF0000}☁ \color{#FF1700}☁ ^\color{#FF2E00}☁ _\color{#FF4500}☁ \color{#FF5C00}☁ ^\color{#FF7300}☁ _\color{#FF8A00}☁ \color{#FFA100}☁ ^\color{#FFB800}☁ _\color{#FFCF00}☁ \color{#FFE600}☁ ^\color{#FFFD00}☁ _\color{#FFff00}☁ \color{#E8ff00}☁ ^\color{#D1ff00}☁ _\color{#BAff00}☁ \color{#A3ff00}☁ ^\color{#8Cff00}☁ _\color{#75ff00}☁ \color{#5Eff00}☁ ^\color{#30ff00}☁ _\color{#19ff00}☁ \color{#02ff00}☁ ^\color{#00ff00}☁ _\color{#00ff17}☁ \color{#00ff2E}☁ ^\color{#00ff45}☁ _\color{#00ff5C}☁ \color{#00ff73}☁ ^\color{#00ff8A}☁ _\color{#00ffA1}☁ \color{#00ffB8}☁ ^\color{#00ffCF}☁ _\color{#00ffE6}☁ \color{#00ffFD}☁ ^\color{#00ffff}☁ _\color{#00FDff}☁ \color{#00E6ff}☁ ^\color{#00CFff}☁ _\color{#00B8ff}☁ \color{#00A1ff}☁ ^\color{#008Aff}☁ _\color{#0073ff}☁ \color{#005Cff}☁ ^\color{#0045ff}☁ _\color{#002Eff}☁ \color{#0017ff}☁ ^\color{#0000ff}☁ _\color{#0200ff}☁ \color{#1900ff}☁ ^\color{#3000ff}☁ _\color{#4700ff}☁ \color{#5E00ff}☁ ^\color{#7500ff}☁ _\color{#8C00ff}☁ \color{#A300ff}☁ ^\color{#BA00ff}☁ _\color{#D100ff}☁ \color{#E800ff}☁ ^\color{#FF00ff}☁ _\color{#FF00FD}☁ \color{#FF00E6}☁ ^\color{#FF00CF}☁ _\color{#FF00B8}☁ \color{#FF00A1}☁ ^\color{#FF008A}☁\\\)
are you mad?
To think, when I first made that signature, I hand typed it all
haha must have been terrible XD
And now the new update screwed! it up!
I gotta switch the clouds for something else :/
Probably my textured Rainbow
hmmm
how about my name? jkjk hmmm yeah go with rainbows
\(\color{#FF0000}▓ \color{#FF1700}▓ \color{#FF2E00}▓ \color{#FF4500}▓ \color{#FF5C00}▓ \color{#FF7300}▓ \color{#FF8A00}▓ \color{#FFA100}▓ \color{#FFB800}▓ \color{#FFCF00}▓ \color{#FFE600}▓ \color{#FFFD00}▓ \color{#FFff00}▓ \color{#E8ff00}▓ \color{#D1ff00}▓ \color{#BAff00}▓ \color{#A3ff00}▓ \color{#8Cff00}▓ \color{#75ff00}▓ \color{#5Eff00}▓ \color{#47ff00}▓ \color{#30ff00}▓ \color{#19ff00}▓ \color{#02ff00}▓ \color{#00ff00}▓ \color{#00ff17}▓ \color{#00ff2E}▓ \color{#00ff45}▓ \color{#00ff5C}▓ \color{#00ff73}▓ \color{#00ff8A}▓ \color{#00ffA1}▓ \color{#00ffB8}▓ \color{#00ffCF}▓ \color{#00ffE6}▓ \color{#00ffFD}▓ \color{#00ffff}▓ \color{#00FDff}▓ \color{#00E6ff}▓ \color{#00CFff}▓ \color{#00B8ff}▓ \color{#00A1ff}▓ \color{#008Aff}▓ \color{#0073ff}▓ \color{#005Cff}▓ \color{#0045ff}▓ \color{#002Eff}▓ \color{#0017ff}▓ \color{#0000ff}▓ \color{#0200ff}▓ \color{#1900ff}▓ \color{#3000ff}▓ \color{#4700ff}▓ \color{#5E00ff}▓ \color{#7500ff}▓ \color{#8C00ff}▓ \color{#A300ff}▓ \color{#BA00ff}▓ \color{#D100ff}▓ \color{#E800ff}▓ \color{#FF00ff}▓ \color{#FF00FD}▓ \color{#FF00E6}▓ \color{#FF00CF}▓ \color{#FF00B8}▓ \color{#FF00A1}▓ \color{#FF008A}▓\\\) \(\hspace{-0pt}\huge\color{red}{*}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{_\diamondsuit}\Huge\color{purple}{\hspace{-21pt}^*}\color{red}{_*}\hspace{-10pt}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{^{^{^\diamondsuit}}}\Huge\color{purple}{\hspace{-21pt}^*}\) \(\LARGE{~~\color{red}/\color{orange})\color{gold}♕\color{lightgreen}/\color{cornflowerblue})\\\Huge{\color{red}(\color{orange}◠\color{gold}◡\color{lightgreen}◠\color{cornflowerblue})\sf{\color{blue}N\color{purple}o\color{blueviolet}b\color{violet}r\color{magenta}a\color{red}i\color{orange}n\color{gold}i\color{lime}a\color{greenyellow}c\color{lightgreen}h\color{lightblue}e\color{skyblue}r\color{cornflowerblue}e}\\\LARGE{~\color{red}(\color{orange}"\color{gold})\color{lime}(\color{lightgreen}"\color{cornflowerblue})}}}\) \(\hspace{-0pt}\huge\color{red}{*}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{_\diamondsuit}\Huge\color{purple}{\hspace{-21pt}^*}\color{red}{_*}\hspace{-10pt}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{^{^{^\diamondsuit}}}\Huge\color{purple}{\hspace{-21pt}^*}\)\(\color{#FF0000}▓ \color{#FF1700}▓ \color{#FF2E00}▓ \color{#FF4500}▓ \color{#FF5C00}▓ \color{#FF7300}▓ \color{#FF8A00}▓ \color{#FFA100}▓ \color{#FFB800}▓ \color{#FFCF00}▓ \color{#FFE600}▓ \color{#FFFD00}▓ \color{#FFff00}▓ \color{#E8ff00}▓ \color{#D1ff00}▓ \color{#BAff00}▓ \color{#A3ff00}▓ \color{#8Cff00}▓ \color{#75ff00}▓ \color{#5Eff00}▓ \color{#47ff00}▓ \color{#30ff00}▓ \color{#19ff00}▓ \color{#02ff00}▓ \color{#00ff00}▓ \color{#00ff17}▓ \color{#00ff2E}▓ \color{#00ff45}▓ \color{#00ff5C}▓ \color{#00ff73}▓ \color{#00ff8A}▓ \color{#00ffA1}▓ \color{#00ffB8}▓ \color{#00ffCF}▓ \color{#00ffE6}▓ \color{#00ffFD}▓ \color{#00ffff}▓ \color{#00FDff}▓ \color{#00E6ff}▓ \color{#00CFff}▓ \color{#00B8ff}▓ \color{#00A1ff}▓ \color{#008Aff}▓ \color{#0073ff}▓ \color{#005Cff}▓ \color{#0045ff}▓ \color{#002Eff}▓ \color{#0017ff}▓ \color{#0000ff}▓ \color{#0200ff}▓ \color{#1900ff}▓ \color{#3000ff}▓ \color{#4700ff}▓ \color{#5E00ff}▓ \color{#7500ff}▓ \color{#8C00ff}▓ \color{#A300ff}▓ \color{#BA00ff}▓ \color{#D100ff}▓ \color{#E800ff}▓ \color{#FF00ff}▓ \color{#FF00FD}▓ \color{#FF00E6}▓ \color{#FF00CF}▓ \color{#FF00B8}▓ \color{#FF00A1}▓ \color{#FF008A}▓\\\)
I can do your name too
cool though I miss the clouds already
go for it :P
if u use it people will be like who's Amelia but whatever
I was going to use your OS name :P
yeah, good idea
\(\color{#FF0000}▓ \color{#FF1700}▓ \color{#FF2E00}▓ \color{#FF4500}▓ \color{#FF5C00}▓ \color{#FF7300}▓ \color{#FF8A00}▓ \color{#FFA100}▓ \color{#FFB800}▓ \color{#FFCF00}▓ \color{#FFE600}▓ \color{#FFFD00}▓ \color{#FFff00}▓ \color{#E8ff00}▓ \color{#D1ff00}▓ \color{#BAff00}▓ \color{#A3ff00}▓ \color{#8Cff00}▓ \color{#75ff00}▓ \color{#5Eff00}▓ \color{#47ff00}▓ \color{#30ff00}▓ \color{#19ff00}▓ \color{#02ff00}▓ \color{#00ff00}▓ \color{#00ff17}▓ \color{#00ff2E}▓ \color{#00ff45}▓ \color{#00ff5C}▓ \color{#00ff73}▓ \color{#00ff8A}▓ \color{#00ffA1}▓ \color{#00ffB8}▓ \color{#00ffCF}▓ \color{#00ffE6}▓ \color{#00ffFD}▓ \color{#00ffff}▓ \color{#00FDff}▓ \color{#00E6ff}▓ \color{#00CFff}▓ \color{#00B8ff}▓ \color{#00A1ff}▓ \color{#008Aff}▓ \color{#0073ff}▓ \color{#005Cff}▓ \color{#0045ff}▓ \color{#002Eff}▓ \color{#0017ff}▓ \color{#0000ff}▓ \color{#0200ff}▓ \color{#1900ff}▓ \color{#3000ff}▓ \color{#4700ff}▓ \color{#5E00ff}▓ \color{#7500ff}▓ \color{#8C00ff}▓ \color{#A300ff}▓ \color{#BA00ff}▓ \color{#D100ff}▓ \color{#E800ff}▓ \color{#FF00ff}▓ \color{#FF00FD}▓ \color{#FF00E6}▓ \color{#FF00CF}▓ \color{#FF00B8}▓ \color{#FF00A1}▓ \color{#FF008A}▓\\\) \(\hspace{-0pt}\huge\color{red}{*}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{_\diamondsuit}\Huge\color{purple}{\hspace{-21pt}^*}\color{red}{_*}\hspace{-10pt}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{^{^{^\diamondsuit}}}\Huge\color{purple}{\hspace{-21pt}^*}\) \(\LARGE{~~\color{red}/\color{orange})\color{gold}♕\color{lightgreen}/\color{cornflowerblue})\sf{\color{blue}H\color{purple}o\color{blueviolet}r\color{violet}s\color{magenta}e\color{red}g\color{orange}i\color{gold}r\color{lime}l\color{greenyellow}2\color{lightgreen}7}\\\Huge{\color{red}(\color{orange}◠\color{gold}◡\color{lightgreen}◠\color{cornflowerblue})\sf{\color{blue}N\color{purple}o\color{blueviolet}b\color{violet}r\color{magenta}a\color{red}i\color{orange}n\color{gold}i\color{lime}a\color{greenyellow}c\color{lightgreen}h\color{lightblue}e\color{skyblue}r\color{cornflowerblue}e}\\\LARGE{~\color{red}(\color{orange}"\color{gold})\color{lime}(\color{lightgreen}"\color{cornflowerblue})}}}\) \(\hspace{-0pt}\huge\color{red}{*}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{_\diamondsuit}\Huge\color{purple}{\hspace{-21pt}^*}\color{red}{_*}\hspace{-10pt}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{^{^{^\diamondsuit}}}\Huge\color{purple}{\hspace{-21pt}^*}\)\(\color{#FF0000}▓ \color{#FF1700}▓ \color{#FF2E00}▓ \color{#FF4500}▓ \color{#FF5C00}▓ \color{#FF7300}▓ \color{#FF8A00}▓ \color{#FFA100}▓ \color{#FFB800}▓ \color{#FFCF00}▓ \color{#FFE600}▓ \color{#FFFD00}▓ \color{#FFff00}▓ \color{#E8ff00}▓ \color{#D1ff00}▓ \color{#BAff00}▓ \color{#A3ff00}▓ \color{#8Cff00}▓ \color{#75ff00}▓ \color{#5Eff00}▓ \color{#47ff00}▓ \color{#30ff00}▓ \color{#19ff00}▓ \color{#02ff00}▓ \color{#00ff00}▓ \color{#00ff17}▓ \color{#00ff2E}▓ \color{#00ff45}▓ \color{#00ff5C}▓ \color{#00ff73}▓ \color{#00ff8A}▓ \color{#00ffA1}▓ \color{#00ffB8}▓ \color{#00ffCF}▓ \color{#00ffE6}▓ \color{#00ffFD}▓ \color{#00ffff}▓ \color{#00FDff}▓ \color{#00E6ff}▓ \color{#00CFff}▓ \color{#00B8ff}▓ \color{#00A1ff}▓ \color{#008Aff}▓ \color{#0073ff}▓ \color{#005Cff}▓ \color{#0045ff}▓ \color{#002Eff}▓ \color{#0017ff}▓ \color{#0000ff}▓ \color{#0200ff}▓ \color{#1900ff}▓ \color{#3000ff}▓ \color{#4700ff}▓ \color{#5E00ff}▓ \color{#7500ff}▓ \color{#8C00ff}▓ \color{#A300ff}▓ \color{#BA00ff}▓ \color{#D100ff}▓ \color{#E800ff}▓ \color{#FF00ff}▓ \color{#FF00FD}▓ \color{#FF00E6}▓ \color{#FF00CF}▓ \color{#FF00B8}▓ \color{#FF00A1}▓ \color{#FF008A}▓\\\)
awwwwwwwww
What do you think?
I love it keep it
I will
Can I use it too? :D
Yes
``` \(\color{#FF0000}▓ \color{#FF1700}▓ \color{#FF2E00}▓ \color{#FF4500}▓ \color{#FF5C00}▓ \color{#FF7300}▓ \color{#FF8A00}▓ \color{#FFA100}▓ \color{#FFB800}▓ \color{#FFCF00}▓ \color{#FFE600}▓ \color{#FFFD00}▓ \color{#FFff00}▓ \color{#E8ff00}▓ \color{#D1ff00}▓ \color{#BAff00}▓ \color{#A3ff00}▓ \color{#8Cff00}▓ \color{#75ff00}▓ \color{#5Eff00}▓ \color{#47ff00}▓ \color{#30ff00}▓ \color{#19ff00}▓ \color{#02ff00}▓ \color{#00ff00}▓ \color{#00ff17}▓ \color{#00ff2E}▓ \color{#00ff45}▓ \color{#00ff5C}▓ \color{#00ff73}▓ \color{#00ff8A}▓ \color{#00ffA1}▓ \color{#00ffB8}▓ \color{#00ffCF}▓ \color{#00ffE6}▓ \color{#00ffFD}▓ \color{#00ffff}▓ \color{#00FDff}▓ \color{#00E6ff}▓ \color{#00CFff}▓ \color{#00B8ff}▓ \color{#00A1ff}▓ \color{#008Aff}▓ \color{#0073ff}▓ \color{#005Cff}▓ \color{#0045ff}▓ \color{#002Eff}▓ \color{#0017ff}▓ \color{#0000ff}▓ \color{#0200ff}▓ \color{#1900ff}▓ \color{#3000ff}▓ \color{#4700ff}▓ \color{#5E00ff}▓ \color{#7500ff}▓ \color{#8C00ff}▓ \color{#A300ff}▓ \color{#BA00ff}▓ \color{#D100ff}▓ \color{#E800ff}▓ \color{#FF00ff}▓ \color{#FF00FD}▓ \color{#FF00E6}▓ \color{#FF00CF}▓ \color{#FF00B8}▓ \color{#FF00A1}▓ \color{#FF008A}▓\\\) \(\hspace{-0pt}\huge\color{red}{*}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{_\diamondsuit}\Huge\color{purple}{\hspace{-21pt}^*}\color{red}{_*}\hspace{-10pt}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{^{^{^\diamondsuit}}}\Huge\color{purple}{\hspace{-21pt}^*}\) \(\LARGE{~~\color{red}/\color{orange})\color{gold}♕\color{lightgreen}/\color{cornflowerblue})\sf{\color{blue}H\color{purple}o\color{blueviolet}r\color{violet}s\color{magenta}e\color{red}g\color{orange}i\color{gold}r\color{lime}l\color{greenyellow}2\color{lightgreen}7}\\\Huge{\color{red}(\color{orange}◠\color{gold}◡\color{lightgreen}◠\color{cornflowerblue})\sf{\color{blue}N\color{purple}o\color{blueviolet}b\color{violet}r\color{magenta}a\color{red}i\color{orange}n\color{gold}i\color{lime}a\color{greenyellow}c\color{lightgreen}h\color{lightblue}e\color{skyblue}r\color{cornflowerblue}e}\\\LARGE{~\color{red}(\color{orange}"\color{gold})\color{lime}(\color{lightgreen}"\color{cornflowerblue})}}}\) \(\hspace{-0pt}\huge\color{red}{*}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{_\diamondsuit}\Huge\color{purple}{\hspace{-21pt}^*}\color{red}{_*}\hspace{-10pt}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{\diamondsuit}\Huge\color{purple}{\hspace{-25pt}^*}\hspace-10pt\color{red}{^{^*}}\Huge\color{orange}{^\diamondsuit}\hspace{-6pt}{\Large\color{gold}{*}\normalsize\color{greenyellow}{^{^{^{^{^{^*}}}}}}\large\color{lime}{_\diamondsuit}}\huge\color{blue}{^{^{^\diamondsuit}}}\Huge\color{purple}{\hspace{-21pt}^*}\)\(\color{#FF0000}▓ \color{#FF1700}▓ \color{#FF2E00}▓ \color{#FF4500}▓ \color{#FF5C00}▓ \color{#FF7300}▓ \color{#FF8A00}▓ \color{#FFA100}▓ \color{#FFB800}▓ \color{#FFCF00}▓ \color{#FFE600}▓ \color{#FFFD00}▓ \color{#FFff00}▓ \color{#E8ff00}▓ \color{#D1ff00}▓ \color{#BAff00}▓ \color{#A3ff00}▓ \color{#8Cff00}▓ \color{#75ff00}▓ \color{#5Eff00}▓ \color{#47ff00}▓ \color{#30ff00}▓ \color{#19ff00}▓ \color{#02ff00}▓ \color{#00ff00}▓ \color{#00ff17}▓ \color{#00ff2E}▓ \color{#00ff45}▓ \color{#00ff5C}▓ \color{#00ff73}▓ \color{#00ff8A}▓ \color{#00ffA1}▓ \color{#00ffB8}▓ \color{#00ffCF}▓ \color{#00ffE6}▓ \color{#00ffFD}▓ \color{#00ffff}▓ \color{#00FDff}▓ \color{#00E6ff}▓ \color{#00CFff}▓ \color{#00B8ff}▓ \color{#00A1ff}▓ \color{#008Aff}▓ \color{#0073ff}▓ \color{#005Cff}▓ \color{#0045ff}▓ \color{#002Eff}▓ \color{#0017ff}▓ \color{#0000ff}▓ \color{#0200ff}▓ \color{#1900ff}▓ \color{#3000ff}▓ \color{#4700ff}▓ \color{#5E00ff}▓ \color{#7500ff}▓ \color{#8C00ff}▓ \color{#A300ff}▓ \color{#BA00ff}▓ \color{#D100ff}▓ \color{#E800ff}▓ \color{#FF00ff}▓ \color{#FF00FD}▓ \color{#FF00E6}▓ \color{#FF00CF}▓ \color{#FF00B8}▓ \color{#FF00A1}▓ \color{#FF008A}▓\\\)
Join our real-time social learning platform and learn together with your friends!