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.
5 responses to “CSS Tutorial for Beginners – 28 – Add content page and reuse some of our CSS classes”
Leave a Reply Cancel reply
Video Tutorials
Bringing you the best video tutorials for Photoshop, Illustrator, Fireworks, WordPress, CSS and others.
Video tutorial posted 11/04/15
Category: CSS Tutorials
Pages
Random Videos
Video Categories
- 3DS Max Tutorials (150)
- After Effects Tutorials (160)
- C# Tutorials (121)
- Colour (6)
- Crazy Effects (1)
- CSS Tutorials (120)
- Dreamweaver Tutorials (139)
- Excel Tutorials (127)
- Featured (10)
- Fireworks Tutorials (131)
- General Effects (9)
- HTML Tutorials (143)
- Illustration and Vector (1)
- Illustrator Tutorials (174)
- IMove Tutorials (119)
- Lightroom Tutorials (145)
- People and Faces (3)
- Photoshop Tutorials (169)
- Text Effects (7)
- Uncategorized (32)
- WordPress Tutorials (140)
Tags
VideoTutorials.co.uk
-
Videotutorials.co.uk offers the web's best Photoshop tutorials, Illustrator video guides, CSS and HTML tutorials and much more all in one place. With new videos being added every day, you can learn how to master software and code to give your images and website some great effects.
Our site has beginner, intermediate and advanced video tutorials of varying lengths so you can learn a new skill at your own speed and level. So whether you're a web designer, print designer or just wanting to edit some family photos, you can get to it quickly and easily using these free video guides. (more)
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.
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?
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;
}
Can text, only, be clicked on to lead to a content page? Can an image be
clicked instead?
Thank you brother 🙂 :)