خرید بک لینک

Vote count: 0

Okay, so I'm following a Treehouse tutorial on making a simple portfolio website. They have photos that should be arranged in a grid. I'm using videos instead, but I tried switching for pictures, which made no difference. My Photos are all still in a column on the left, then the footer is to the right where some of the photos should be. I would imagine I'm missing some kind of closing tag or something, but I can't find it. Would you mind taking a look at it? Thanks.

HTML:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Carter Goff | Portfolio</title>
    <link rel="stylesheet" href="css/normalize.css">
    <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Oswald:300,400,700' rel="stylesheet">
    <link rel="stylesheet" href="css/style.css">
  </head>
  <body>
    <header>
      <a href="index.html"  id = "logo">
        <h1>Carter Goff</h1>
        <h2>Choreographer</h2>
      </a>
      <nav>
        <ul>
          <li><a href="index.html">Home</a></li>
          <li><a href="portfolio.html" class="selected">Portfolio</a></li>
          <li><a href="about.html">About</a></li>
          <li><a href="contact.html">Contact</a></li>
        </ul>
      </nav>
    </header>
    <div id="wrapper">
      <section>
        <ul id = "gallery">
          <li>
            <a href="vid/vid1.mp4">
              <video controls>
                <source src="vid/vid1.mp4" type="video/mp4">
                Your browser does not support the video tag.
              </video>
            </a>
            <a href="vid/vid1.mp4">
              <video controls>
                <source src="vid/vid1.mp4" type="video/mp4">
              Your browser does not support the video tag.
              </video>
            </a>
          </li>
        </ul>
      </section>
      <footer>
        <a href="http://instagram.com/cartergoffofficial"><img src="img/instagram.png" alt="Instagram Logo"></a>
        <a href="https://www.facebook.com/carter.goff.52"><img src="img/facebook.png" alt ="Facebook Logo"></a>
        <p>&copy; 2016 Carter Goff</p>
      </footer>
    </div>
  </body>
</html>

And CSS:

/************************
GENERAL
*************************/

body {
  font-family: 'Open Sans Condensed', sans-serif;
}

#wrapper {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 5%;
}

a {
  text-decoration: none;
}

video{
  max-width: 100%;
}



/************************
HEADING
************************/

#logo {
  text-align: center;
  margin: 0;
}

h1 {
  font-family: 'Oswald', sans-serif;
  margin: 15px 0;
  font-size: 2em;
  font-weight: normal;
  line-height: 0.8em;
}

h2 {
  font-size: 0.75em;
  margin: -5px 0 0;
  font-weight: normal;
}



/************************
NAVIGATION
************************/

nav {
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0;
}



/************************
FOOTER
************************/

footer {
  font-size: 0.75em;
  text-align: center;
  clear: both;
  padding-top: 50px;
  color: #ccc;
}



/************************
PAGE: PORTFOLIO
************************/

#gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}

#gallery li {
  float: left;
  width: 45%;
  margin: 2.5%;
  background-color: #f5f5f5;
  color: #bdc3c7;
}

#gallery li a p {
  margin: 0;
  padding: 5%;
  font-size: 0.75em;
  color: #bdc3c7
}


/************************
COLORS
************************/

/* site body */
body{
  background-color: #fff;
  color: #b3b3b3;
}

/* pink header */
header{
  border-color: #ffb3ff;
  background: #000000;
}

/* nav background on mobile */
nav{
  background: #ffb3ff;
}

/* logo text */
h1, h2 {
  color: #fff;
}

/* links */
a {
  color: #00ffb3;
}

/* nav links */
nav a, nav a:visited {
  color: #000;
}

/* selected nav link */
nav a.selected, nav a:hover {
  color: #b300b3
}

asked 22 secs ago

(Why?)

برچسب: why are photos not editable on iphone,why are photosynthesizing organisms mostly green,why are photosynthetic autotrophs important to the ecosystem,why are photos rectangular,why are photos so expensive,why are photos grainy,why are photosynthesis and cellular respiration important,why are photos missing from instagram,why are photos missing from my instagram,why are photosynthesis and cellular respiration reciprocal parts of a cycle, نویسنده: استخدام کار تاريخ: جمعه 29 مرداد 1395 ساعت: 20:48

صفحه بندی