Update README

This commit is contained in:
Late Night Defender 2024-06-21 10:52:32 +07:00
parent f9d21a60a8
commit ad0b035864

View file

@ -1,5 +1,28 @@
# My portfolio website for using with Codeberg Pages # My ~~personal~~ portfolio website
This is my portfolio website, listing my work and ways to contact. Written in plain HTML and CSS. This is my portfolio website, listing my work and ways to contact. Written in plain HTML and CSS.
<a class="gtk-button-pill" href="/index-avatar.html">Visit my website</a>
<style>
.gtk-button-pill {
position: relative;
width: 30vw;
height: 44px;
border-radius: 22px;
background-color: rgba(53, 132, 228, 1);
color: white;
text-decoration: none;
font-weight: bold;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 0px;
padding: 0px 32px;
margin-bottom: 1cm;
flex-wrap: nowrap;
}
</style>
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page) [![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)