css2.html
This commit is contained in:
parent
88f03612b0
commit
2ae040602c
34
css2.html
Normal file
34
css2.html
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>css 2</title>
|
||||||
|
<link rel="stylesheet" href=" https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css" />
|
||||||
|
<link rel="stylesheet" href="css2.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>Go<span class=“iucrimson”> Hoosiers</span></p>
|
||||||
|
<p>Boo<span class=“purdueyellow”>Boilermakers</span></p>
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="three columns riddle">
|
||||||
|
This is the first column.
|
||||||
|
</div>
|
||||||
|
<div class="nine columns dumbledore">
|
||||||
|
This is the second column.
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="two columns potter">
|
||||||
|
This is the third column.
|
||||||
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<div class="two columns ron">
|
||||||
|
This is the fourth column.
|
||||||
|
</div>
|
||||||
|
<a href="http://getskeleton.com">Skeleton</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
<span Tom riddle, dumbledore, harry potter, and ron weasley are all characters from the harry potter book series and movies </span>
|
||||||
|
All of these characters are forced to use magical powers in their everyday lives as they all are assosiated with hogwarts school of magic.
|
||||||
|
These charactors are all intertwined and develop relationships with one another throughout the series of books and films.
|
Loading…
Reference in New Issue
Block a user