Hello! I am new to web development and excited to learn. Can someone help me with an issue on my site?
I have a website that is coded in html/css.
The site looks fine on chrome and safari, but on firefox, the Team page layout is getting messed up. Any suggestions or assistance would be greatly appreciated.
<!-- TEAM STARTS
========================================================================= -->
<section id="team">
<div class="container">
<div class="row">
<div class="col-md-12 section-heading animated" style="text-align:center" data-animation="fadeInUp" data-animation-delay="0">
<h2>Leadership</h2>
/* HTML CODE CONTINUES HERE */
/* ------------------------------------------------------------------------------------------ Team Section Starts */
#team {
background: url(../img/textures/zwartevilt.png);
}
/* CSS CODE CONTINUES HERE */