Aalcss

From 2014.igem.org

(Difference between revisions)
(Created page with "s")
 
(One intermediate revision not shown)
Line 1: Line 1:
-
s
+
<html>
 +
<style type="text/css">
 +
.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;
 +
}
 +
</html>

Latest revision as of 23:28, 30 July 2014