Difference between revisions of "Template:Oxford/CSS"

Line 1: Line 1:
<html>
 
 
<style type="text/css">
 
<style type="text/css">
  
Line 27: Line 26:
 
line-height:2;
 
line-height:2;
 
font-size:12px;
 
font-size:12px;
 +
}
 +
 +
#welcome {
 +
    color: cyan;
 +
    text-align:center;
 +
    font-family:Arial;
 +
}
 +
 +
p {
 +
    margin-top: 100px;
 +
    margin-bottom: 100px;
 +
    margin-right: 150px;
 +
    margin-left: 80px;
 +
}
 +
#click{
 +
    text-align:center;
 +
    color:violet;
 
}
 
}
  
 
</style>
 
</style>
</html>
 

Revision as of 08:42, 13 July 2016

<style type="text/css">

.tab { margin-left:40px; }

h2 { color:##002147; padding-top:15px; margin-top:20px;

}

.h2BorderTop { border-top:3px dotted #3378b8; }

body { font-family:Avenir !important; line-height:2;

}

p { font-family:Avenir !important; line-height:2; font-size:12px; }

  1. welcome {
   color: cyan;
   text-align:center;
   font-family:Arial;

}

p {

   margin-top: 100px;
   margin-bottom: 100px;
   margin-right: 150px;
   margin-left: 80px;

}

  1. click{
   text-align:center;
   color:violet;

}

</style>