User:Saag/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Saag (talk | contribs)
No edit summary
Saag (talk | contribs)
No edit summary
Line 1: Line 1:
.tag {
.tag {
position: absolute;
position: relative;
left: 0;
left: 0;
color: red;
color: red;

Revision as of 23:27, 6 September 2024

.tag {
	position: relative;
	left: 0;
	color: red;
	width: 100%;
	height: 20px;
}