Update index.html
This commit is contained in:
parent
223d7f0859
commit
871b3c1206
1 changed files with 2 additions and 10 deletions
12
index.html
12
index.html
|
|
@ -8,23 +8,15 @@
|
|||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css">
|
||||
<link rel="stylesheet" href="assets/css/Articles-Cards-images.css">
|
||||
<style>
|
||||
.center {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container py-4 py-xl-5">
|
||||
<div class="row gy-4 row-cols-1 row-cols-md-2 row-cols-xl-3">
|
||||
<div class="col center">
|
||||
<div class="col">
|
||||
<img src="https://avatars.githubusercontent.com/u/157155680?s=64&v=4">
|
||||
<h1 style="margin-top: -58px;padding-left: 66px;padding-top: 7px;"> EaglerRinth</h1>
|
||||
<div class="mb-3 center">
|
||||
<div class="mb-3">
|
||||
<input type="text" class="form-control" id="searchInput" placeholder="Search...">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue