Difference between revisions of "Template:Content-A"

From University Innovation Fellows
Jump to navigation Jump to search
Line 1: Line 1:
 
<div class="Content-A">
 
<div class="Content-A">
 
<div style="display: flex; flex-wrap: nowrap; width: 100%;">
 
<div style="display: flex; flex-wrap: nowrap; width: 100%;">
         <div style="background-color: {{{color}}};width: 12px; line-height: 50px;"></div>
+
         <div id="r_h1" style="background-color: {{{color}}};width: 12px; line-height: 50px;"></div>
 
         <h1 style="margin-left: 17px; border-bottom: none;margin-top: 0.45em;font-weight: 800;font-family:'Comic Neue', sans-serif;">{{{title}}}</h1>
 
         <h1 style="margin-left: 17px; border-bottom: none;margin-top: 0.45em;font-weight: 800;font-family:'Comic Neue', sans-serif;">{{{title}}}</h1>
 
</div>
 
</div>
 
<div style="margin-left: 30px;font-family:{{{c-font|sans-serif}}}; text-align:left;">{{{content}}}</div>
 
<div style="margin-left: 30px;font-family:{{{c-font|sans-serif}}}; text-align:left;">{{{content}}}</div>
 
</div>
 
</div>
 +
 +
<style>
 +
#r_h1{ color:red;}
 +
</style>

Revision as of 07:09, 21 July 2020

{{{title}}}

{{{content}}}

<style>

  1. r_h1{ color:red;}

</style>