Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TG-NAV committed Jan 4, 2025
1 parent fee2fc3 commit 18d4867
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions go/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,20 @@
.bottom_footer {place-items: center;position: fixed;bottom: 0px;max-height: 300px;text-align: center;width:60%;left:20%;right:20%}
img {max-inline-size: 100%;block-size: auto;inline-size: 100%;}
</style>
<style>
.container {
display: flex;
justify-content: center;
}
.box__button {
margin: 5px;
padding: 10px 20px;
text-decoration: none;
background-color: #007bff;
color: white;
border-radius: 5px;
}
</style>
</head>
<script async custom-element="amp-auto-ads"
src="https://cdn.ampproject.org/v0/amp-auto-ads-0.1.js">
Expand Down

0 comments on commit 18d4867

Please sign in to comment.