Skip to content

Commit

Permalink
Spacing; How to make webpage summary working?
Browse files Browse the repository at this point in the history
  • Loading branch information
lokxii committed Sep 17, 2024
1 parent 60c16e5 commit 76f7ab8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>ろくしぃ / lokxii</title>
<style>
body {
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
Expand All @@ -16,6 +17,7 @@
border-radius: 500rem;
display: block;
width: 200px;
margin: 1em;
margin-left: auto;
margin-right: auto;
}
Expand All @@ -25,6 +27,9 @@
font-weight: bold;
color: #2E2E2E;
}
.top-container-name > p {
margin: 0;
}
.top-container-link-icons {
padding-top: 1em;
}
Expand Down Expand Up @@ -85,7 +90,7 @@
<body>
<div class="top-container">
<img src="https://cdn.bsky.app/img/avatar/plain/did:plc:p7gnw6dyxzd2m5tmy7ucpiut/bafkreicu2hkyuvojwzss367fycu33hr4wfqvfszbwwc4optoghesxnuw4u@jpeg">
<div class="top-container-name">ろくしぃ / lokxii</div>
<div class="top-container-name"><p>ろくしぃ / lokxii</p></div>
<div class="top-container-link-icons">
<a href="https://github.com/lokxii">
<svg xmlns="http://www.w3.org/2000/svg" height="20" viewBox="0 0 16 16" width="20" aria-hidden="true">
Expand Down

0 comments on commit 76f7ab8

Please sign in to comment.