This commit is contained in:
parent
0bf9056136
commit
c1b7c012a1
1 changed files with 2 additions and 21 deletions
23
README.md
23
README.md
|
@ -2,27 +2,8 @@
|
||||||
|
|
||||||
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>
|
This repo is also an example for a TechTransThai profile page, licensed under CC BY-SA 4.0. Feel free to make it yours!
|
||||||
|
|
||||||
<style>
|
<a href="https://latenightdef.techtransthai.org">Visit my website</a>
|
||||||
.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)
|
Loading…
Reference in a new issue