Font in css

master
Rebecca Hollis 4 years ago
parent 156cdf41de
commit 0cbda9bc96

@ -28,6 +28,15 @@
background: #FFFFFF;
}
h2 {
font-family: roboto;
}
p {
font-family: roboto;
}
.footer{
background: #efeff1;
}

@ -6,17 +6,20 @@
</head>
<body class="blue-background">
<div class="center-column">
<div class="center-column blue-background">
<div class="title-banner blue-background">
CONTACT US
<br/>
<b><font size="+2">CONTACT US</b></font>
<br/><br/>
<img src="img/jds-logo-white-300px-nospace.png" class="banner-image"
alt="JDS Consulting Company Logo">
<br/>
<div><FONT COLOR="ff0000">How can we help? Please select an e-mail address or phone number from the key contacts below. If you don't
<br/><br/>
<div>How can we help? Please select an e-mail address or phone number from the key contacts below. If you don't
find
what you need, fill out our contact form.
<br/><br/>
<br/>
</div>
</div>
@ -26,6 +29,7 @@
<!-- main office -->
<div>
<br/>
<h2>Main Office</h2>
<p>
8600-D Jersey Court
@ -37,7 +41,7 @@
<a href="mailto:info@jdsconsulting.net">info@JDSconsulting.net</a>
<br/>
<a href="https://www.jdsconsulting.net">www.jdsconsulting.net</a>
<br/>
<br/><br/>
</p>
</div>
@ -47,6 +51,7 @@
<!-- footer -->
<div class="footer">
<br/>
<h2>Contact Form</h2>
<p>
If you haven't found the contact you need, please fill out the form available at the link below, and we will

Loading…
Cancel
Save