Difference between revisions of "Template:Project/ProjectCSS"

(Created page with "h4 {color:blue}")
 
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
h4 {color:blue}
+
<html>
 +
<style type="text/css">
 +
 
 +
h4 {
 +
    font-family: helvetica;
 +
    color: mediumseagreen;
 +
    font-style: italic;
 +
}
 +
 
 +
 
 +
h5{
 +
    color: #F37321;
 +
    text-decoration:none;
 +
}
 +
p  {
 +
    font-family: arial;
 +
}
 +
 
 +
.aluno{
 +
    float:right;
 +
    padding-left: -10px;
 +
    width: 300px;
 +
    margin-left: auto;
 +
    margin-right: auto;
 +
}
 +
 
 +
</style>
 +
</html>

Latest revision as of 21:15, 19 March 2014