Answers for "about us page template html css codepen"

CSS
1

about us page template html css codepen

<div class="container-fluid">
  <div class="col-sm-12 col-md-12 col-lg-12">

<img src="https://upload.wikimedia.org/wikipedia/commons/3/39/Cloud_banner.jpg">  
  <nav id="grey"> 
    <a class="simp" href="https://codepen.io/yanhuidiamond/pen/qqydvV"> Home </a>
    <a href="https://codepen.io/yanhuidiamond/pen/xRJdYR"> Why We're Here </a>
    <a id="thelink" href="https://codepen.io/yanhuidiamond/pen/PbBmQB"> About Us </a>
    <a href="https://codepen.io/yanhuidiamond/pen/qqYJjV"> Team  </a>
    <a href="https://codepen.io/yanhuidiamond/pen/aBjvgQ"> Services </a>
  
    <a href="https://codepen.io/yanhuidiamond/pen/VmjLBa"> Contact Us </a>
</nav>
  <hr class="hr">

<h1> About Us </h1>

<p> We are a team created as part of Mr. Martín's Web Design class at Charles R. Drew Charter School. Our team was originally created as part of a first semester project in which we were supposed to create a game in the web design application Scratch. </p>
<p> Since the Scratch project, we have taken on many more endeavors, such as learning HTML and CSS in order to create web pages of our own instead of relying on other applications to see our creative visions through.
  </div>
</div>done
Posted by: Guest on January-12-2022

Browse Popular Code Answers by Language