CSS Tutorial for Beginners – 28 – Add content page and reuse some of our CSS classes

CSS Tutorial for Beginners - 28 - Add content page and reuse some of our CSS classes

In this video we add a content page and reuse some of our CSS classes.

Don’t forget to check out our other video tutorials or share this video with a friend.

1 Star2 Stars3 Stars4 Stars5 Stars 0 votes
Loading... 2,473 views





5 responses to “CSS Tutorial for Beginners – 28 – Add content page and reuse some of our CSS classes”

  1. EJ Media says:

    Source for shark.html:

    Megaladon

    Megaladon was the largest shark
    ever found in the fossil record. It ruled the seas
    during it’s heyday. Megaladon may have reached up to 80 feet
    in length. The shark’s bite force was greater than a T-Rex.

    

  2. EJ Media says:

    Source for index.html:

    The Fish Web Site

    Welcome to the Fish Web Site. Everything you want to
    know about fish is in this web site.

    This is a section on Bass fish

    Bass fish live in lakes. The word for fish in Latin
    is Pisces

    A fish is any member of a paraphyletic group of
    organisms that consist of all gill-bearing aquatic craniate
    animals that lack limbs with digits. Included in this definition are the
    living hagfish, lampreys, and cartilaginous and bony fish,
    as well as various extinct related groups. Most fish are ectothermic
    (“cold-blooded”), allowing their body temperatures to
    vary as ambient temperatures change, though some of the large active
    swimmers like white shark and tuna can hold a higher
    core temperature. Fish are abundant in most bodies of water. They can be
    found in nearly all aquatic environments, from high
    mountain streams (e.g., char and gudgeon) to the abyssal and even hadal
    depths of the deepest oceans (e.g., gulpers and
    anglerfish). At 32,000 species, fish exhibit greater species diversity than
    any other group of vertebrates.

    A fish is any member of a paraphyletic group of
    organisms that consist of all gill-bearing aquatic craniate
    animals that lack limbs with digits. Included in this definition are the
    living hagfish, lampreys, and cartilaginous and
    bony fish
    ,
    as well as various extinct related groups. Most fish are ectothermic
    (“cold-blooded”), allowing their body temperatures to
    vary as ambient temperatures change, though some of the large active
    swimmers like white shark and tuna can hold a higher
    core temperature. Fish are abundant in most bodies of water. They can be
    found in nearly all aquatic environments, from high
    mountain streams (e.g., char and gudgeon) to the abyssal and even hadal
    depths of the deepest oceans (e.g., gulpers and
    anglerfish). At 32,000 species, fish
    exhibit greater species diversity than any other group of vertebrates.

    More interesting links

    The Largest Shark Ever?

    

  3. EJ Media says:

    Stylesheet:

    body {

    color: green;
    font-family: Verdana, Arial, Geneva, Arial Black;
    font-weight: normal;
    background-color: #ffcf79;
    font-size: 25px;

    }

    h1 {

    color: green;
    text-decoration: underline;
    font-size: 150%;
    text-align: center;
    }

    h2 {

    color: green;
    text-decoration: underline;
    font-size: 1.2em;
    text-align: center;
    }

    h3 {

    color: green;
    text-decoration: underline;

    }

    #para1homepage {

    color: blue;

    }

    p.paragraph {

    font-size: 15px;
    line-height: 1.5em;
    background-color: #e5e4d7;
    Padding: 20px 20px 20px 20px;
    border: black 2px solid;
    background-image: url(clouds.gif);
    border-radius: 10px;

    }

    #para4homepage {

    font-size: 15px;
    line-height: 1.5em;
    background-color: #e5e4d7;
    padding: 20px;
    border-color: #296A64;
    border-width: thick;
    border-style: ridge
    ;
    margin: 20px;
    margin-top:50px;
    margin-left:400px;

    }

    img.image {

    display: block;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
    background-color: silver;
    border-color: black;
    border-width: 2px;
    border-style: solid;
    }

    #divmain {

    color: black;

    }

    #divbass {

    color: black;

    }

    .divcontent {

    color: black;

    }

    .highlight {

    background-color: #ffff00;

    }

  4. Hilary Palencar says:

    Can text, only, be clicked on to lead to a content page? Can an image be
    clicked instead?

  5. Aadarsha Dotel says:

    Thank you brother 🙂 :)

Leave a Reply

Your email address will not be published. Required fields are marked *