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 2: Line 2:
position: relative;
position: relative;
left: 0;
left: 0;
color: red;
width: 100%;
width: 100%;
height: 20px;
height: 20px;
}
}

Revision as of 23:28, 6 September 2024

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