Team:NYMU-Taipei/normalize.css

From 2014.igem.org

(Difference between revisions)
m (Created page with "#main-content{ background:rgba(223,209,170); width:965px; margin-top:20px; border-radius: 6px; }")
m
Line 1: Line 1:
#main-content{
#main-content{
-
   background:rgba(223,209,170);
+
   background:rgba(223,209,170,0.98);
   width:965px;
   width:965px;
   margin-top:20px;
   margin-top:20px;
   border-radius: 6px;
   border-radius: 6px;
}
}

Revision as of 07:33, 2 June 2014

  1. main-content{
  background:rgba(223,209,170,0.98);
  width:965px;
  margin-top:20px;
  border-radius: 6px;

}