Template:Team:UFMG Brazil/ufmg style

From 2013.igem.org

(Difference between revisions)
Line 13: Line 13:
   background-color:white;
   background-color:white;
   font-family: 'Source Sans Pro', sans-serif;
   font-family: 'Source Sans Pro', sans-serif;
 +
  font-size: 15px;
}                                                                                                                           
}                                                                                                                           
                                                                                          
                                                                                          
Line 131: Line 132:
menu_div=document.createElement("div");
menu_div=document.createElement("div");
-
menu_div.innerHTML="Test";
 
menu_div.style.position="fixed";
menu_div.style.position="fixed";
menu_div.style.bottom="0px";
menu_div.style.bottom="0px";
Line 140: Line 140:
menu_div.style.fontSize="25px";
menu_div.style.fontSize="25px";
document.body.appendChild(menu_div);
document.body.appendChild(menu_div);
 +
 +
menu_div.innerHTML="Test";
</script>
</script>

Revision as of 13:52, 16 September 2013