Team:Uppsala/guntastest/css.css

From 2014.igem.org

(Difference between revisions)
(Created page with "body{ background-image: url("http://www.okilla.com/uploadfile/1/2012/09/29/11348978620/1348979047_Website-Pattern-03.jpg"); } #test{ border: solid black 4px; margin-...")
Line 1: Line 1:
-
body{
 
-
      background-image: url("http://www.okilla.com/uploadfile/1/2012/09/29/11348978620/1348979047_Website-Pattern-03.jpg");
 
-
    }
 
#test{
#test{

Revision as of 11:34, 12 June 2014

  1. test{

border: solid black 4px; margin-right: auto; margin-left: auto; background-color: #98bf21; width: 800px; height: 50px; }

h1{

   text-align: center;

}

ul {

   list-style-type: none;
   margin: 0;
   padding: 0;
   overflow: hidden;

}

li{

   display: inline;
   float: left;

}

ul a:link, a:visited {

   display: block;
   width: 200px;
   font-weight: bold;
   color: black;
   background-color: #98bf21;
   text-align: center;
   padding-top: 15px;
   padding-bottom: 17px;
   text-decoration: none;

}

ul a:hover, a:active { background-color: #7A991A; }

  1. titel {
   background-color: white;
   margin-right: auto;
   margin-left: auto;
   border: 1px solid;
   width: 100px;
  

}

.titelbild {

   height: 99px;
   width: 99px;

}


  1. maincontent {
   background-color: #b0c4de;
   margin-right: auto;
   margin-left: auto;
   width: 800px;

}