x x x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

HTML
<style>
#title-text a {
	color: white;
}

.rw_content_section #rw_main_column .rw_content {
	width: 70%;
	color: white;
	margin-left: auto;
    margin-right: auto;
	line-height: 2.0;
	font-family: Raleway;
}

@media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
	.rw_content_section #rw_main_column .rw_content {
		width: 92%;
	}
}
</style>


<div>
	<div>
		Entrepreneurship
	</div>

	<div>
		World Cup
	</div>
</div>

Entrepreneurship

World Cup

...