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;
}

.title {
	font-size: 36px;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 25px;
}

@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 class="title">
	<div id="title-top">
		Entrepreneurship
	</div>

	<div id="title-bottom">
		World Cup
	</div>
</div>

...