blob: d0b4c32dd132cd9f97fe81e61afb06b86a5de013 [file] [log] [blame]
<?php
$type=$_GET["type"];
?>
<style>
.component_factory_style_<?php echo $type?>{
height:80%;
width:80%;
text-align:center;
font-family: "Trebuchet MS","Arial","Helvetica","Verdana","sans-serif";
}
</style>
<div class="component_factory_style_<?php echo $type?>">
<img class="component_factory_style_<?php echo $type?>" src="components/logic/xor_gate.png">
XOR
</div>