Template:Ddbeyond/style.css: Difference between revisions

From Campaigns
Jump to navigation Jump to search
Created page with ".h2 { display: block; color: black; overflow: hidden; padding: 0; line-height: 1.3; font-family: 'Roboto Condensed',Roboto,Helvetica,sans-serif; font-size: 28..."
 
No edit summary
Line 12: Line 12:
   font-weight: bold;
   font-weight: bold;
   margin: 8px 0;
   margin: 8px 0;
}
.h3 {
  display: block;
  overflow: hidden;
  line-height: 1.6;
  font-weight: bold;
  font-family: 'Roboto Condensed',Roboto,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14pt;
  color: #838383;
}
}

Revision as of 16:38, 9 November 2021

.h2 {
  display: block;

  color: black;
  overflow: hidden;

  padding: 0;
  line-height: 1.3;

  font-family: 'Roboto Condensed',Roboto,Helvetica,sans-serif;
  font-size: 28pt;
  font-weight: bold;
  margin: 8px 0;
}

.h3 {
  display: block;

  overflow: hidden;

  line-height: 1.6;

  font-weight: bold;

  font-family: 'Roboto Condensed',Roboto,Helvetica,sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14pt;
  color: #838383;
}