Team:HIT-Harbin/css/style.css

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
body{background-color:red;}
body{background-color:red;}
-
#top-section{visibility:hidden;
+
#top-section{
}
}
#top-section a:hover {
#top-section a:hover {
  visibility:visible;
  visibility:visible;
  text-decoration: underline;
  text-decoration: underline;
 +
color: hsl(0, 0%, 100%);
}
}
h1 {
h1 {
-
     color: hsl(0, 0%, 100%);
+
      
}
}

Revision as of 17:17, 22 June 2014

body{background-color:red;}

  1. top-section{

}

  1. top-section a:hover {
visibility:visible;
text-decoration: underline;

color: hsl(0, 0%, 100%); } h1 {

}