<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
Title: SBBU SBA
Author: Web Developer 
Department: Information Technology Centre(ITC)


*/
.column {
  float: left;
  width: 23%;
  
  
}
.column1 {
  float: left;
  width: 77%;
  padding: 10px;
   /* Should be removed. Only for demonstration */
}
.fsize{
	font-size: 1.2em;
}
#event_icon{
	margin-left:2%;
	height:90px;
	border-radius:10px;
}
#event_background{
	background-color:#F6F6F6;
	border-radius:5px;
}
#divcolumn1{
	margin-top:-4%;
	margin-bottom:1%;
	color:#000000;
}
.social-width{
	width:280px;
	height:220px;
	
}

#ytube_div{
	margin-left:3%;
	height:220px; 
}


</pre></body></html>