Difference between revisions of "Test page"

From wikibase-docker
(Created page with "<style> .button { display: inline-block; padding: 10px 20px; background-color: #4CAF50; color: white; text-align: center; text-decoration: none; font-size: 16px;...")
 
Line 1: Line 1:
<style>
+
<span style="display: inline-block; padding: 10px 20px; background-color: #4CAF50; color: white; text-align: center; text-decoration: none; font-size: 16px; border-radius: 5px; border: none; cursor: pointer;">Click me</span>
.button {
 
  display: inline-block;
 
  padding: 10px 20px;
 
  background-color: #4CAF50;
 
  color: white;
 
  text-align: center;
 
  text-decoration: none;
 
  font-size: 16px;
 
  border-radius: 5px;
 
  border: none;
 
  cursor: pointer;
 
}
 
</style>
 
<span class="button">Click me</span>
 

Revision as of 17:45, 13 February 2024

Click me