Aalcss

From 2014.igem.org

(Difference between revisions)
(Created page with "s")
Line 1: Line 1:
-
s
+
.test{
 +
background-color:red;
 +
width:600px;
 +
height:50px;
 +
border: 2px solid #0000FF;
 +
border-radius: 25px;
 +
padding: 10px 40px;
 +
margin-bottom: 20px;
 +
margin-top: 20px;
 +
margin-left:20px;
 +
margin-right:20px;
 +
}
 +
.test > p {
 +
font-family: "Comic Sans MS", cursive, sans-serif;
 +
}
 +
.image{
 +
content:url(http://www.allaboutdrawings.com/image-files/spiderweb-drawing-corner.jpg);
 +
max-width: 200px;
 +
max-height:200px;
 +
}
 +
.overlay{
 +
background-color: #7FFFD4;
 +
}

Revision as of 07:52, 24 July 2014

.test{ background-color:red; width:600px; height:50px; border: 2px solid #0000FF; border-radius: 25px; padding: 10px 40px; margin-bottom: 20px; margin-top: 20px; margin-left:20px; margin-right:20px; } .test > p { font-family: "Comic Sans MS", cursive, sans-serif; } .image{ content:url(http://www.allaboutdrawings.com/image-files/spiderweb-drawing-corner.jpg); max-width: 200px; max-height:200px; } .overlay{ background-color: #7FFFD4; }

Retrieved from "http://2014.igem.org/Aalcss"