PodFetch | README

> Formated readme
> added css file
This commit is contained in:
2023-08-08 20:06:00 -07:00
parent 07bfca0629
commit fdb9eaf003
2 changed files with 50 additions and 6 deletions

27
assets/escripts.css Normal file
View File

@ -0,0 +1,27 @@
/* Enable smooth scrolling */
@media screen and (prefers-reduced-motion: no-preference) {
html {
scroll-behavior: smooth;
}
}
/* Style the button */
.top-link {
transition: all .25s ease-in-out;
position: fixed;
bottom: 0;
right: 0;
display: inline-flex;
color: #000000;
cursor: pointer;
align-items: center;
justify-content: center;
margin: 0 2em 2em 0;
border-radius: 50%;
padding: .25em;
width: 1em;
height: 1em;
background-color: #F8F8F8;
}