Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sgfroerer authored Dec 18, 2024
1 parent 4fa44a4 commit 774a3ab
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions clipboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,31 @@
display: none;
background: red;
color: white;
padding: 5px;
padding: 1px;
text-align: center;
}
button {
background-color: #C9E7CA;
border: none;
color: black;
padding: 5px 10px;
padding: 10px 10px;
text-align: center;
text-decoration: none;
font-weight: bolder;
display: inline-block;
font-size: 12px;
border-radius: 4px;
font-size: 16px;
border-radius: 0px;
}
button:hover {
background-color: #a5d7a7;
}
.content {
display: flex;
flex-direction: column;
padding: 5px;
padding: 0px;
}
.content div, .content button {
margin: 5px;
margin: 0px;
}
</style>
</head>
Expand Down

0 comments on commit 774a3ab

Please sign in to comment.