x
x
x
x
Only portrait mode is currently supported - please rotate your device.
...
Custom section | ||||
---|---|---|---|---|
| ||||
|
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> |
...
OneValley