Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

css2.css #390

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
114 changes: 114 additions & 0 deletions css2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
.riddle {
border-style: double;
border-width: 2px;
border-color: green;
padding: 7px;
}
.navigation {
background-color: #ffffff;
background-image: url(‘images/desert.jpg’);
}
.dumbledore {
border-style: dashed;
border-width: 7px;
border-color: purple;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 3px;
}
.navigation {
background-color: #ffffff;
background-image: url(‘images/smiley.gif’);
}
.background-repeat: no repeat;
.background-position: bottom left;
}
.big-margin {
margin: 5in 2in 1.5in 2in;
}
.iucrimson {
color: crimson;
}
.purdueyellow {
color: yellow;
}
.potter {
padding-top: 4px;
padding-bottom: 4px;
padding-left: 4px;
}
.big-margin {
margin: 6in 1.5in 2in 4in;
}
.navigation {
background-color: #red;
background-image: url(‘images/rock.jpg’);
}
.font {
font-style: italic;
color: white;
}
.container { border: 2px solid green; }
.row { border: 2px solid orange; }
.columns { border: 2px solid pink; }
}
.ron {
padding-top: 6px;
padding-bottom: 6px;
padding-left: 6px;
}
.big-margin {
margin: 4in 2in 3in 5in;
}
.navigation {
background-color: #blue;
background-image: url(‘images/scissors.jpg.png’);
}
.font {
font-style: oblique;
color: yellow;
}
.container { border: 3px solid brown; }
.row { border: 3px solid black; }
.columns { border: 3px solid purple; }
}
.potter {
padding-top: 7px;
padding-bottom: 7px;
padding-left: 7px;
}
.big-margin {
margin: 3in 2.5in 2in 6in;
}
.navigation {
background-color: #orange;
background-image: url(‘images/cat.jpg’);
}
.font {
font-style: normal;
color: maroon;
}
.container { border: 5px solid violet; }
.row { border: 5px solid gray; }
.columns { border: 5px solid yellow; }
}
.ron {
padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
}
.big-margin {
margin: 8in 3in 3.5in 7in;
}
.navigation {
background-color: #tan;
background-image: url(‘images/paper.jpg.png’);
}
.font {
font-style: times;
color: powderblue;
}
.container { border: 8px solid lightblue; }
.row { border: 8px solid darkblue; }
.columns { border: 8px solid white; }
}
34 changes: 34 additions & 0 deletions css2.html
Original file line number Diff line number Diff line change
@@ -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.