Difference between revisions of "Template:Team:Lethbridge HS/CSS"

Line 1: Line 1:
 
<html>
 
<html>
 +
 +
<head>
 +
 +
<link href="https://fonts.googleapis.com/css?family=Libre+Franklin:100|Quicksand|Roboto" rel="stylesheet">
 
<style>
 
<style>
 +
 +
 
h1{
 
h1{
color:red;
+
font-family: 'Libre Franklin', sans-serif;  
 
}
 
}
  
.myClass{
+
h2 {
color:red;
+
 
 +
font-family: 'Quicksand', sans-serif;
 +
 
 +
 
 
}
 
}
 +
p{
 +
font-family: 'Roboto', sans-serif;
 +
 +
}
 +
 +
 +
 +
 +
 +
}
 +
 +
 +
 +
 +
 +
 +
 
</style>
 
</style>
 +
</head>
 
</html>
 
</html>

Revision as of 17:50, 21 August 2017