Template:Full Package Example/styles.css: Difference between revisions
From OTNA Test Wiki
| No edit summary | No edit summary | ||
| Line 4: | Line 4: | ||
| 	display:inline;   | 	display:inline;   | ||
| 	width: 49%; | 	width: 49%; | ||
| 	min-height:230px; | |||
| } | } | ||
| Line 11: | Line 12: | ||
| 	 display:inline;   | 	 display:inline;   | ||
| 	 width: 49%; | 	 width: 49%; | ||
| 	 min-height:230px; | |||
| } | } | ||
Revision as of 17:34, 29 April 2024
.Cite{
	border:solid;
	float: left; 
	display:inline; 
	width: 49%;
	min-height:230px;
}
.Cargo{
	 border:solid;
	 float: left; 
	 display:inline; 
	 width: 49%;
	 min-height:230px;
}
.Cat{
	border:solid;
}
