This repository has been archived on 2026-03-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
cau-praktikum/app/static/style.css
T

10 lines
170 B
CSS

.link-button {
border: 1px solid black;
padding: 10px;
text-decoration: none;
border-radius: 5px;
background-color: lightgray;
color: black;
margin: 5px;
}