1
0
mirror of https://gitlab.com/redline-racing-division/redline-racing-website.git synced 2025-07-25 07:31:50 +00:00

gave title some flair

This commit is contained in:
2019-09-17 15:11:47 -07:00
parent cb414c1aee
commit 0cd0a69184
2 changed files with 4 additions and 1 deletions

View File

@@ -59,6 +59,9 @@ mark {
background-color: transparent;
color: inherit;
}
mark.red{
color:red;
}
input::-moz-focus-inner {
border: 0;

View File

@@ -47,7 +47,7 @@
<section id="banner">
<div class="inner">
<!-- <div class="logo"><span class="icon fa-gem"></span></div> -->
<h2>Redline Racing Division</h2>
<h2><mark class="red">Red</mark>line Racing Division</h2>
<p>Student Run Formula SAE Team</p>
</div>
</section>