html
ボタン
css
.simple-button {
background-color: #3498db;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.simple-button:hover {
background-color: #2980b9;
}
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
html
ボタン
css
.simple-button {
background-color: #3498db;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.simple-button:hover {
background-color: #2980b9;
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked