Template:SFV Button FAT/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
.fatbtn {
.fatbtn {
   border: none;
   border: none;
color: white;
color: #c1c1c1;
text-align: center;
text-align: center;
text-decoration: none;
text-decoration: none;

Revision as of 19:02, 13 April 2021

.fatbtn {
  	border: none;
	color: #c1c1c1;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	padding: 2px;
	border-radius: 4px;
}

.fatbtn:hover {
	background-color: #3598DB;
}