66 lines
No EOL
1.3 KiB
HTML
66 lines
No EOL
1.3 KiB
HTML
<body>
|
|
<style>
|
|
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
height: 100vh;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.user-card {
|
|
max-width: fit-content;
|
|
min-width: 600px;
|
|
overflow: hidden;
|
|
width: 100%;
|
|
background: var(--readme-bg);
|
|
padding: 1.5rem;
|
|
border-radius: 8px;
|
|
border: 1px solid var(--border-color);
|
|
|
|
margin-top: 2rem;
|
|
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.avatar-status-wrapper {
|
|
display: unset;
|
|
}
|
|
|
|
.avatar-wrapper {
|
|
padding-bottom: 20px;
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
.user-info {
|
|
text-align: center;
|
|
}
|
|
|
|
.activity-header {
|
|
display: none;
|
|
}
|
|
|
|
.activity {
|
|
background: var(--readme-bg);
|
|
}
|
|
|
|
.activity:hover {
|
|
background: var(--readme-bg);
|
|
}
|
|
|
|
.readme {
|
|
min-width: 600px;
|
|
}
|
|
|
|
.app {
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
<div class="app">
|
|
<h2>A Dedicated Backend Developer</h2>
|
|
<p>With a passsion for high-fidelity audio, gaming, and web development.</p>
|
|
</div>
|
|
</body> |