• When posting, please be aware that artistic nudity is still nudity and not allowed under RpNation rules. Please edit your pictures accordingly!

    Remember to credit artists when using work not your own.

HTML Stuff

KiKi Kitsune

The Fire Panda Fairy
Roleplay Availability
Roleplay Type(s)
My Interest Check
Hi there


So, I have seen some of the amazing work that some have been able to accomplish with HTML. I have tried my hand at it and gotten results that are no where near that level of expertise! Aint that just dandy?


Anywho~ I'm just going to plonk what I have managed to do here. I'll also add in the code and point out what bits change what in case you want to use it. They're pretty much just character sheets, so if you - for some reason - want me to do a specific one for you, I'll take requests. I just mess around until I'm relatively content with what it looks like, so the results vary. 


Without further adieu, here is my HTML horrors. 








Name: Liliana/Lilly


Age: 21
Gender: Female
Species: View attachment 196379


Guild: Rescue/Explore
Team:
Rank: Gold


View attachment 196373

Personality


Lilly can be a surprise to those who don't know her well. While she has an initial appearance of being shy and air-headed, she is actually shy and well grounded. She loves her job and takes it seriously, doing her best to complete any task she is given. Her favourite missions are exploration based, but she always enjoys the rescue missions as well. She has quite a soft heart, often sympathising with others to a surprising extent. She tends to take on a little more than she is able, just wanting to make sure everyone is safe. 


History


Being the eldest of five, Lily had to take on many responsibilities at an early age. Her mother died during complications birthing triplets, forcing her father to take on several jobs to support them. Lily then took on the role of a mother to all her siblings. Once they were old enough to look after themselves for the most part, she joined the guild to help support her family financially. 


Crush: (open)


Boyfriend/Girlfriend: (open)


Husband/Wife: None


Other: Her tail is soft, fluffy, and warm, so is often used as a pillow or even blanket by either her or others. 






Full Code:

<div style="background-color: #FFD6D3; border-radius:10px; padding: 15px;">
<div style="border:2px solid #D5919C;
border-radius:15px; padding:5px; text-align: center; color: #FFD6D3; font-size: 170%; background-color: #B46B99">
Name: Liliana/Lilly
</div>

<p>
&nbsp;
</p>

<div style="background-color:#FFD6D3; border:3px solid #D5919C;
width:22%; height:auto; float:left; padding:15px; border-radius:10px; overflow: hidden;">
Age: 21<br>
Gender: Female<br>
Species: <img alt="162.gif" class="ipsImage ipsImage_thumbnailed" data-fileid="196379" data-unique="oa6af6nol" src="https://www.rpnation.com/uploads/monthly_2016_10/162.gif.3dfed51d1425e57619f62d462f33fd01.gif" style="float:right; border: 0px;">
</div>

<div style="background-color:#FFD6D3; border:3px solid #D5919C;
width:22%; height:auto;
float:right; padding:15px; border-radius:10px;">
Guild: Rescue/Explore<br>
Team:<br>
Rank: Gold
</div>

<p>
&nbsp;
</p>

<div style="height:auto; overflow:hidden;
background-image:url('http://orig07.deviantart.net/e288/f/2016/305/c/0/untitled_drawing_by_lazygout-damxs5d.png'); border-radius: 10px ">
<a class="ipsAttachLink ipsAttachLink_image" data-fileid="196373" href="https://www.rpnation.com/uploads/monthly_2016_10/C--fakepath-xM48Vz1.png.e8a28030a28dc6c745f0e68f90c7a2ea.png" rel=""><img alt="C--fakepath-xM48Vz1.png" class="ipsImage ipsImage_thumbnailed" data-fileid="196373" data-unique="3avdqoara" src="https://www.rpnation.com/uploads/monthly_2016_10/C--fakepath-xM48Vz1.thumb.png.52b8b0e948fbc76ecbf75b89f9105384.png" style="border: 0px;"></a>
</div>

<p>
&nbsp;
</p>

<p>
&nbsp;
</p>

<p>
<span style="font-size:18px;"><strong>Personality</strong></span>
</p>

<p>
Lilly can be a surprise to those who don&#39;t know her well. While she has an initial appearance of being shy and air-headed, she is actually shy and well grounded. She loves her job and takes it seriously, doing her best to complete any task she is given. Her favourite missions are exploration based, but she always enjoys the rescue missions as well. She has quite a soft heart, often sympathising with others to a surprising extent. She tends to take on a little more than she is able, just wanting to make sure everyone is safe.&nbsp;
</p>

<p>
&nbsp;
</p>

<p>
<span style="font-size:18px;"><strong>History</strong></span>
</p>

<p>
Being the eldest of five, Lily had to take on many responsibilities at an early age. Her mother died during complications birthing triplets, forcing her father to take on several jobs to support them. Lily then took on the role of a mother to all her siblings. Once they were old enough to look after themselves for the most part, she joined the guild to help support her family financially.&nbsp;
</p>

<p>
&nbsp;
</p>

<p>
Crush: (open)
</p>

<p>
Boyfriend/Girlfriend: (open)
</p>

<p>
Husband/Wife: None
</p>

<p>
Other: Her tail is soft, fluffy, and warm, so is often used as a pillow or even blanket by either her or others.&nbsp;
</p>
</div>

<p>
&nbsp;
</p>



Title/Name/Header thing



Spoiler



Border colour is next to [solid] - currently #D5919C


The background colour is [background-color] - currently #B46B99


Text colour is - currently #FFD6D3



<div style="border:2px solid #D5919C;
border-radius:15px; padding:5px; text-align: center; color: #FFD6D3; font-size: 170%; background-color: #B46B99">
Name: Liliana/Lilly
</div>








Side boxes





Spoiler




(Set up positioning is the same for both)


Border colour is next to [solid] - currently #D5919C


I used [overflow: hidden] because it keeps the image inside the box (I don't know why, but it seems to work)



<div style="background-color:#FFD6D3; border:3px solid #D5919C;
width:22%; height:auto; float:left; padding:15px; border-radius:10px; overflow: hidden;">
Age: 21<br>
Gender: Female<br>
Species: <img alt="162.gif" class="ipsImage ipsImage_thumbnailed" data-fileid="196379" data-unique="oa6af6nol" src="https://www.rpnation.com/uploads/monthly_2016_10/162.gif.3dfed51d1425e57619f62d462f33fd01.gif" style="float:right; border: 0px;">
</div>

<div style="background-color:#FFD6D3; border:3px solid #D5919C;
width:22%; height:auto;
float:right; padding:15px; border-radius:10px;">
Guild: Rescue/Explore<br>
Team:<br>
Rank: Gold
</div>








Main/Center Image





Spoiler




The first image is the background (I made the image, so there aren't any colours you can change. It was easy enough to make, so you can just ask to make you one. I did this using the DA Muro if you want to make one yourself)


Again using [overflow: hidden] to keep images in place


Second image is the character (transparent background. Upload and plonk it into your post before going into the source.)



<div style="height:auto; overflow:hidden;
background-image:url('http://orig07.deviantart.net/e288/f/2016/305/c/0/untitled_drawing_by_lazygout-damxs5d.png'); border-radius: 10px ">
<a class="ipsAttachLink ipsAttachLink_image" data-fileid="196373" href="https://www.rpnation.com/uploads/monthly_2016_10/C--fakepath-xM48Vz1.png.e8a28030a28dc6c745f0e68f90c7a2ea.png" rel=""><img alt="C--fakepath-xM48Vz1.png" class="ipsImage ipsImage_thumbnailed" data-fileid="196373" data-unique="3avdqoara" src="https://www.rpnation.com/uploads/monthly_2016_10/C--fakepath-xM48Vz1.thumb.png.52b8b0e948fbc76ecbf75b89f9105384.png" style="border: 0px;"></a>
</div>









The rest is just basic text with bold and font size changes. 
 
Number 2! 


(Another gijinka, yes. This is all for the same RP after all. Number 3 is the same >.>) 








Name: Kairan

/monthly_2016_10/e927ea3892756f9d486bd7606225afb4.jpg.e5e1c2e9f6a22e04c73a560fc4e767f9.jpg
Age: 22

Gender: Male
Species: View attachment 196403


Guild: Rouge

Team: (open)

Rank: Platinum



Personality


Kairan loves making mischief. He enjoys riling people up and making them flustered. He has a sharp wit and a dark, crude sense of humour. He has an impressive ability to read people's emotional state. He actually cares for others and uses his tricks to try cheer them up if they need it. Kairan doesn't like talking about himself and will make almost any excuse to avoid such conversations. Thanks to that, he is a mystery even to those he calls friends. He is a free spirit and refuses to be confined. 


History


Appearing out of nowhere, he originally joined the explorer guild when he was 18. After only a year, he left to join the Rouges instead, hating the confinement of the rules being a part of the explorer guild brought on. No one knows where he came from before that.


Crush: (open)


Boyfriend/Girlfriend: (open)


Husband/Wife: None


Other: He rarely takes the mask off his face. He'd rather just open the zipper to eat. 








Name/Header/Title

Background colour is - currently #330000


Font colour is - currently #FBEFF3 



<div style="background: #330000; border-radius: 15px; font-size: 170%; padding: 10px; text-align: center; color: #FBEFF3;">
Name: Kairan
</div>


 

 


Character Image

This image has a solid background (which I used for the CS background to merge them)


Just add it in normally without needing to code



<img alt="e927ea3892756f9d486bd7606225afb4.jpg" class="ipsImage ipsImage_thumbnailed ipsAttachLink_image ipsAttachLink_right" data-fileid="193525" data-unique="91rfpqjfj" src="https://www.rpnation.com/uploads/monthly_2016_10/e927ea3892756f9d486bd7606225afb4.jpg.e5e1c2e9f6a22e04c73a560fc4e767f9.jpg" style="border: 0px; width:52%; float: right;">



 

 


Side boxes

Border colour is next to [solid] - currently #E8C811


Used [margin-bottom] to keep the main body of text from jumping up. 



<div style="float: left; width: 22%; height: 150px; border: 3px solid #E8C811; padding: 5px; border-radius:10px; margin-bottom:10px;">
Age: 22<br>
<br>
Gender: Male<br>
Species: <img alt="354.gif" class="ipsImage ipsImage_thumbnailed" data-fileid="196403" data-unique="2h201kjhn" src="https://www.rpnation.com/uploads/monthly_2016_10/354.gif.d662ac9b18d71d5d4cc242152461cacb.gif" style="border: 0px;">
</div>

<div style="float: right; width: 22%; height: 150px; border: 3px solid #E8C811; padding: 5px; border-radius:10px; margin-bottom:10px;">
Guild: Rouge<br>
<br>
Team: (open)<br>
<br>
Rank: Platinum
</div>


 

 


Main text (shortened) 

Kept within a div to stop it flailing everywhere


The [margin-top] is to prevent it colliding with the boxes. 



<div style="padding: 5px; margin-top:5px">
<p>
<span style="font-size:18px;"><strong>Personality</strong></span>
</p>

<p>
Kairan loves making mischief. He enjoys riling people up and&nbsp;making them flustered. He has a sharp wit and a dark, crude sense of humour. He has an impressive ability to read people&#39;s emotional state. He actually cares for others and uses his tricks to try cheer them up if they need it. Kairan doesn&#39;t like talking about himself and will make almost any excuse to avoid such conversations. Thanks to that, he is a mystery even to those he calls friends. He is a free spirit and refuses to be confined.&nbsp;
</p>
</div>


 

 


Full HTML Code

Code:
<div style="background: #808080;border-radius: 15px; padding: 10px; overflow: hidden;">
	<div style="background: #330000; border-radius: 15px; font-size: 170%; padding: 10px; text-align: center; color: #FBEFF3;">
		Name: Kairan
	</div>
	<br>
	<img alt="e927ea3892756f9d486bd7606225afb4.jpg" class="ipsImage ipsImage_thumbnailed ipsAttachLink_image ipsAttachLink_right" data-fileid="193525" data-unique="91rfpqjfj" src="https://www.rpnation.com/uploads/monthly_2016_10/e927ea3892756f9d486bd7606225afb4.jpg.e5e1c2e9f6a22e04c73a560fc4e767f9.jpg" style="border: 0px; width:52%; float: right;">
	<div style="float: left; width: 22%; height: 150px; border: 3px solid #E8C811; padding: 5px; border-radius:10px; margin-bottom:10px;">
		Age: 22<br>
		<br>
		Gender: Male<br>
		Species: <img alt="354.gif" class="ipsImage ipsImage_thumbnailed" data-fileid="196403" data-unique="2h201kjhn" src="https://www.rpnation.com/uploads/monthly_2016_10/354.gif.d662ac9b18d71d5d4cc242152461cacb.gif" style="border: 0px;">
	</div>

	<div style="float: right; width: 22%; height: 150px; border: 3px solid #E8C811; padding: 5px; border-radius:10px; margin-bottom:10px;">
		Guild: Rouge<br>
		<br>
		Team: (open)<br>
		<br>
		Rank: Platinum
	</div>

	<div style="padding: 5px; margin-top:5px">
		<p>
			<span style="font-size:18px;"><strong>Personality</strong></span>
		</p>

		<p>
			Kairan loves making mischief. He enjoys riling people up and&nbsp;making them flustered. He has a sharp wit and a dark, crude sense of humour. He has an impressive ability to read people&#39;s emotional state. He actually cares for others and uses his tricks to try cheer them up if they need it. Kairan doesn&#39;t like talking about himself and will make almost any excuse to avoid such conversations. Thanks to that, he is a mystery even to those he calls friends. He is a free spirit and refuses to be confined.&nbsp;
		</p>

		<p>
			&nbsp;
		</p>

		<p>
			<span style="font-size:18px;"><strong>History</strong></span>
		</p>

		<p>
			Appearing out of nowhere, he originally joined the explorer guild when he was 18. After only a year, he left to join the Rouges instead, hating the confinement of the rules being a part of the explorer guild brought on. No one knows where he came from before that.
		</p>

		<p>
			&nbsp;
		</p>

		<p>
			Crush: (open)
		</p>

		<p>
			Boyfriend/Girlfriend: (open)
		</p>

		<p>
			Husband/Wife: None
		</p>

		<p>
			Other: He rarely takes the mask off his face. He&#39;d rather just open the zipper to eat.&nbsp;
		</p>
	</div>
</div>
 
Last edited by a moderator:
Aaaaand number 3


 






Ricardo "Ricky" Madaru

 




Age: 19


 


Gender: Male


 


Species:


View attachment 196427



Guild: Researcher


 


Team: The Research Gang


 


Rank: Diamond 



Crush: (open)


 


Boyfriend/Girlfriend: (open)


 


Husband/Wife: None


 


Other:


He has an amazing memory capacity. He is able to pull up screens to access the memories if they are not immediately available. He can also hack into electronics with decent ease. 







Personality 


Ricky may seem a bit unstable to some. The problem is, he has no filter on what he says. Often while talking to someone, he'll unexpectedly jump to a completely different subject. He says whatever he thinks, and he thinks many things at once. He loves information, both to get and to share. Information regarding anything. He has a vast collection of random, completely useless facts that he tends to blurt out from time to time. Gossip is another love of his. While he doesn't particularly like being in the drama, he adores hearing about it. 


History


Despite his young age, Ricky quickly rose through the ranks thanks to his impressive memory and ability to link formation, leading to new discoveries. Before he joined the guild, he traveled the world with his father, a biologist and botanist. 


Quotes 




"Nothing is new. It's all been discovered already. Only the correlation is left to be found." 


"Snow is white because it reflects all colours since the gaps between the crystals bounce the light beams so much that all wavelengths escape."







Heading/Name/Title 

background colour is


font colour is



<div style="background: #80CCA2; padding: 10px; font-size: 170%; text-align: center; color: #98323D; border-radius: 4px">
<span style="font-family:Trebuchet MS,Helvetica,sans-serif;">Ricardo &quot;Ricky&quot; Madaru</span>
</div>


 

 


Side Boxes

Please note that the character image is placed in between the boxes in the full code


Background colour is ( I made each different to match the colorfulness of the character image)


Used [overflow: hidden] to keep the gif within the box. 



<div style="overflow: hidden;">
<div style="background: #F6B240; border-radius: 5px; padding: 10px; width: 32%; float: right; margin: 5px">
<p style="text-align: center;">
<strong>Age:</strong> 19
</p>

<p style="text-align: center;">
&nbsp;
</p>

<p style="text-align: center;">
<strong>Gender:</strong> Male
</p>

<p style="text-align: center;">
&nbsp;
</p>

<p style="text-align: center;">
<strong>Species:</strong>
</p>

<p style="text-align: center;">
<img alt="479.gif" class="ipsImage ipsImage_thumbnailed" data-fileid="196420" data-unique="jwfdwykql" src="https://www.rpnation.com/uploads/monthly_2016_10/479.gif.21937312eabe34c03c0fa6fb367a06cb.gif" style="border:0px;">
</p>
</div>

*/Image goes here */

<p>
&nbsp;
</p>

<div style="background: #CEDD8E; border-radius: 5px; padding: 10px; width: 32%; float: right; margin: 5px">
<p style="text-align: center;">
<strong>Guild:</strong> Researcher
</p>

<p style="text-align: center;">
&nbsp;
</p>

<p style="text-align: center;">
<strong>Team:</strong> The Research Gang
</p>

<p style="text-align: center;">
&nbsp;
</p>

<p style="text-align: center;">
<strong>Rank:</strong>&nbsp;Diamond&nbsp;
</p>
</div>

<div style="background: #F39AB1; border-radius: 5px; padding: 10px; width: 32%; float: right; margin: 5px">
<p style="text-align: center;">
<strong>Crush:</strong> (open)
</p>

<p style="text-align: center;">
&nbsp;
</p>

<p style="text-align: center;">
<strong>Boyfriend/Girlfriend</strong>: (open)
</p>

<p style="text-align: center;">
&nbsp;
</p>

<p style="text-align: center;">
<strong>Husband/Wife:</strong> None
</p>

<p style="text-align: center;">
&nbsp;
</p>

<p style="text-align: center;">
<strong>Other:</strong>
</p>

<p style="text-align: center;">
He has an amazing memory capacity. He is able to pull up screens to access the memories if they are not immediately available. He can also hack into electronics with decent ease.&nbsp;
</p>
</div>
</div>


 

 


Character Image

Actually stretched to fill the space I wanted it to (using [width])


Floated Left



<img alt="oie_transparent.png" class="ipsImage ipsImage_thumbnailed" data-fileid="196427" data-unique="09errb0wf" src="https://www.rpnation.com/uploads/monthly_2016_10/oie_transparent.png.537fee892305b4155c92d7a1cdcf3fd3.png" style="border:0px; float:left; width: 63%">


 

 


Main Text

[overflow: hidden] to keep text in place


Used a margin to... I can't remember if there was an actual reason. I think it looks nice though...



<div style="background:#7FB3DB; border-radius: 4px; margin:5px; padding: 6px; overflow:hidden;">
<p>
<span style="font-style: normal;"><strong>Personality</strong>&nbsp;</span>
</p>

<p>
<span style="font-style: normal;">Ricky may seem a bit unstable to some. The problem is, he has no filter on what he says. Often while talking to someone, he&#39;ll unexpectedly jump to a completely different subject. He says whatever he thinks, and he thinks many things at once. He loves information, both to get and to share. Information regarding anything. He has a vast collection of random, completely useless facts that he tends to blurt out from time to time. Gossip is another love of his. While he doesn&#39;t particularly like being </span><i>in</i>&nbsp;the drama, he adores hearing about it.&nbsp;
</p>

<p>
&nbsp;
</p>

<p>
<strong>History</strong>
</p>

<p>
Despite his young age, Ricky quickly rose through the ranks thanks to his impressive memory and ability to link formation, leading to new discoveries. Before he joined the guild, he traveled the world with his father, a biologist and botanist.&nbsp;
</p>
</div>


 

 


Quotes

Within the same div as above (sorta) 


Used an [inset] border. It automatically adds the second colour. 



<div style="border: 4px inset #FFFFA5; padding:5px; margin:5px">
<span style="font-size:18px"><strong>Quotes</strong></span>&nbsp;

<p>
&quot;Nothing is new. It&#39;s all been discovered already. Only the correlation is left to be found.&quot;&nbsp;
</p>

<p>
&nbsp;
</p>

<p>
&quot;Snow is white because it reflects all colours since the gaps between the crystals bounce the light beams so much that all wavelengths escape.&quot;
</p>
</div>


 

 


Full HTML Code

Code:
<div style="background: #D0ECF7; padding: 15px; border-radius: 5px;">
	<div style="background: #80CCA2; padding: 10px; font-size: 170%; text-align: center; color: #98323D; border-radius: 4px">
		<span style="font-family:Trebuchet MS,Helvetica,sans-serif;">Ricardo &quot;Ricky&quot; Madaru</span>
	</div>
	&nbsp;

	<div style="overflow: hidden;">
		<div style="background: #F6B240; border-radius: 5px; padding: 10px; width: 32%; float: right; margin: 5px">
			<p style="text-align: center;">
				<strong>Age:</strong> 19
			</p>

			<p style="text-align: center;">
				&nbsp;
			</p>

			<p style="text-align: center;">
				<strong>Gender:</strong> Male
			</p>

			<p style="text-align: center;">
				&nbsp;
			</p>

			<p style="text-align: center;">
				<strong>Species:</strong>
			</p>

			<p style="text-align: center;">
				<img alt="479.gif" class="ipsImage ipsImage_thumbnailed" data-fileid="196420" data-unique="jwfdwykql" src="https://www.rpnation.com/uploads/monthly_2016_10/479.gif.21937312eabe34c03c0fa6fb367a06cb.gif" style="border:0px;">
			</p>
		</div>

		<p>
			<img alt="oie_transparent.png" class="ipsImage ipsImage_thumbnailed" data-fileid="196427" data-unique="09errb0wf" src="https://www.rpnation.com/uploads/monthly_2016_10/oie_transparent.png.537fee892305b4155c92d7a1cdcf3fd3.png" style="border:0px; float:left; width: 63%">
		</p>

		<p>
			&nbsp;
		</p>

		<div style="background: #CEDD8E; border-radius: 5px; padding: 10px; width: 32%; float: right; margin: 5px">
			<p style="text-align: center;">
				<strong>Guild:</strong> Researcher
			</p>

			<p style="text-align: center;">
				&nbsp;
			</p>

			<p style="text-align: center;">
				<strong>Team:</strong> The Research Gang
			</p>

			<p style="text-align: center;">
				&nbsp;
			</p>

			<p style="text-align: center;">
				<strong>Rank:</strong>&nbsp;Diamond&nbsp;
			</p>
		</div>

		<div style="background: #F39AB1; border-radius: 5px; padding: 10px; width: 32%; float: right; margin: 5px">
			<p style="text-align: center;">
				<strong>Crush:</strong> (open)
			</p>

			<p style="text-align: center;">
				&nbsp;
			</p>

			<p style="text-align: center;">
				<strong>Boyfriend/Girlfriend</strong>: (open)
			</p>

			<p style="text-align: center;">
				&nbsp;
			</p>

			<p style="text-align: center;">
				<strong>Husband/Wife:</strong> None
			</p>

			<p style="text-align: center;">
				&nbsp;
			</p>

			<p style="text-align: center;">
				<strong>Other:</strong>
			</p>

			<p style="text-align: center;">
				He has an amazing memory capacity. He is able to pull up screens to access the memories if they are not immediately available. He can also hack into electronics with decent ease.&nbsp;
			</p>
		</div>
	</div>

	<p>
		&nbsp;
	</p>

	<div style="background:#7FB3DB; border-radius: 4px; margin:5px; padding: 6px; overflow:hidden;">
		<p>
			<span style="font-style: normal;"><strong>Personality</strong>&nbsp;</span>
		</p>

		<p>
			<span style="font-style: normal;">Ricky may seem a bit unstable to some. The problem is, he has no filter on what he says. Often while talking to someone, he&#39;ll unexpectedly jump to a completely different subject. He says whatever he thinks, and he thinks many things at once. He loves information, both to get and to share. Information regarding anything. He has a vast collection of random, completely useless facts that he tends to blurt out from time to time. Gossip is another love of his. While he doesn&#39;t particularly like being </span><i>in</i>&nbsp;the drama, he adores hearing about it.&nbsp;
		</p>

		<p>
			&nbsp;
		</p>

		<p>
			<strong>History</strong>
		</p>

		<p>
			Despite his young age, Ricky quickly rose through the ranks thanks to his impressive memory and ability to link formation, leading to new discoveries. Before he joined the guild, he traveled the world with his father, a biologist and botanist.&nbsp;
		</p>

		<p>
			&nbsp;
		</p>

		<p>
			&nbsp;
		</p>

		<div style="border: 4px inset #FFFFA5; padding:5px; margin:5px">
			<span style="font-size:18px"><strong>Quotes</strong></span>&nbsp;

			<p>
				&nbsp;
			</p>

			<p>
				&quot;Nothing is new. It&#39;s all been discovered already. Only the correlation is left to be found.&quot;&nbsp;
			</p>

			<p>
				&nbsp;
			</p>

			<p>
				&quot;Snow is white because it reflects all colours since the gaps between the crystals bounce the light beams so much that all wavelengths escape.&quot;
			</p>
		</div>
	</div>
</div>
 
Last edited by a moderator:

Users who are viewing this thread

Back
Top