Skip to content

Commit d6ab9fd

Browse files
Update index.html
1 parent 849de66 commit d6ab9fd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@
8787
p.a {
8888
text-align: justify;
8989
}
90+
/* center the badge */
91+
.badge-wrapper {
92+
text-align: center;
93+
margin: 2rem 0; /* optional vertical spacing */
94+
}
95+
/* make the badge itself inline-block so it’s centered by text-align */
96+
.badge-wrapper .badge-base {
97+
display: inline-block;
98+
}
9099
</style>
91100
</head>
92101
<body>
@@ -124,7 +133,8 @@ <h1>Hariprashad Ravikumar</h1>
124133

125134
<p class = "a"> As a driven and enthusiastic physicist, I am fully dedicated and committed to making significant contributions to scientific research and pushing the boundaries of our understanding of particle physics. </p>
126135

127-
<div
136+
<div class="badge-wrapper">
137+
<div
128138
class="badge-base LI-profile-badge"
129139
data-locale="en_US"
130140
data-size="large"

0 commit comments

Comments
 (0)