New HTML File

 

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Test</title>
</head>
<body>

</body>
</html>

Unordered List

The main aims of this activity are as follows:

  • Producing specific policy messages to lobby and influence key stakeholders;
  • Showing responsiveness to current challenges to human rights in the different Global Campus regions and the world;
  • Tapping into the wide range of expertise within the global/regional/local networks;
  • Ensuring continuity in the engagement of the graduates and regional experts in the Global Campus by involving talented policy analysts into the project (favouring brain gain into the GC RMs networks)

 

<p class="margin_bottom_20">The main aims of this activity are as follows:</p>
	<ul class="lista_con_pallini margin_bottom_20">
		<li>Producing specific policy messages to lobby and influence key stakeholders;</li>
		<li>Showing responsiveness to current challenges to human rights in the different Global Campus regions and the world;</li>
		<li>Tapping into the wide range of expertise within the global/regional/local networks;</li>
		<li>Ensuring continuity in the engagement of the graduates and regional experts in the Global Campus by involving talented policy analysts into the project (favouring brain gain into the GC RMs networks)</li>
	</ul>

Ordered List

The main aims of this activity are as follows:

  • Producing specific policy messages to lobby and influence key stakeholders;
  • Showing responsiveness to current challenges to human rights in the different Global Campus regions and the world;
  • Tapping into the wide range of expertise within the global/regional/local networks;
  • Ensuring continuity in the engagement of the graduates and regional experts in the Global Campus by involving talented policy analysts into the project (favouring brain gain into the GC RMs networks)

 

<p class="margin_bottom_20">The main aims of this activity are as follows:</p>
	<ul class="number_list margin_bottom_20">
		<li>Producing specific policy messages to lobby and influence key stakeholders;</li>
		<li>Showing responsiveness to current challenges to human rights in the different Global Campus regions and the world;</li>
		<li>Tapping into the wide range of expertise within the global/regional/local networks;</li>
		<li>Ensuring continuity in the engagement of the graduates and regional experts in the Global Campus by involving talented policy analysts into the project (favouring brain gain into the GC RMs networks)</li>
	</ul>

Margins CSS Classes

 

.margin_top_30{
	margin-top:30px !important;
}
.margin_top_20{
	margin-top:20px !important;
}
.margin_top_auto{
	margin-top:auto !important;
}
.no_margin_top{
	margin-top:0px !important;
}

.no_margin_bottom{
	margin-bottom:0px !important;
}
.margin_bottom_5{
	margin-bottom:5px !important;
}
.margin_bottom_15{
	margin-bottom:15px !important;
}
.margin_bottom_20{
	margin-bottom:20px !important;
}
.margin_bottom_30{
	margin-bottom:30px !important;
}
.margin_bottom_40{
	margin-bottom:40px !important;
}
.margin_bottom_50{
	margin-bottom:50px !important;
}
.margin_bottom_60{
	margin-bottom:60px !important;
}
.margin_bottom_75{
	margin-bottom:75px !important;
}
.margin_bottom_80{
	margin-bottom:80px !important;
}
.margin_bottom_100{
	margin-bottom:100px !important;
}
.margin_bottom_auto{
	margin-bottom:auto;
}