Template:Important/styles.css: Difference between revisions

From OnTrackNorthAmerica
(Created page with ".Warn{ border-style:solid; border-width: 2px; border-color:red; }")
 
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 2: Line 2:
border-style:solid;
border-style:solid;
border-width: 2px;
border-width: 2px;
border-color:red;
border-color:black;
background-color: #F07575;
padding: 6px;
display: flex;
align-items: center;
justify-content: center;
}
}

Latest revision as of 17:41, 8 May 2024

.Warn{
	border-style:solid;
	border-width: 2px;
	border-color:black;
	background-color: #F07575;
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}