x 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.

...

Custom section
ContainerIDprofile_header_container
Widthbox-sizing: border-box; padding: 20px; align-items: center; flex-direction: row; display: flex; width: calc(80% - 40px); height: 120px; background: black;margin: 40px auto;


HTML
<div id="profile_header_text" style='color: white; font-weight: bold; font-size: 40px; padding-left: 20px;'> </div>
<a id="profile_status" href="/display/PN#tab-STARTUPS"> </div>



HTML

<style>
#profile_status{
	width: 220px;
	height: 50px;
	margin-left: auto;
	background: var(--secondary-color);
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	user-select: none;
	color: black;
	cursor: pointer;
}
HTML
<script>

</script>

<style>
.title{
	font-size: 14px;
	font-weight: normal;
	color: white;
	margin-bottom: 5px;
	height: fit-content!important
}
.subtitle{
	font-size: 15px;
	font-weight: bold;
	color: white;
	margin-bottom: 35px;
	height: fit-content!important;
}

#main-container-title{
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 30px;
}

#main-container-summary{
	font-size: 18px;
	font-weight: normal;
	color: #757575;
}
</style>

...