CoolFace
Apppublic

Mythus/Staging

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
style.css21 linesDownload Raw Back to css
1/* Main */2 3body {4  margin: 0;5  padding: 0;6  -webkit-user-select: none;7  -webkit-app-region: drag;8}9 10 11.home {12  background-color: #4CAF50;13  border: none;14  color: white;15  padding: 15px 32px;16  text-align: center;17  text-decoration: none;18  display: inline-block;19  font-size: 16px;20}21