The links below will take you to their own designated pages.
RWD Examples
Code Example
This is a sample of the code that gives this page its style!
html {
background-image: url('hq720.jpg');
}
body {
text-align: center;
background-color: black;
border: 3px solid red;
width: 60%;
height: 100%;
margin: 0 auto;
}
h1 {
color: red;
}
p {
font: times;
color: red;
}
a:link {
color: red;
border: 2px solid red;
}
a:hover {
color: orange;
}
a:visited {
color: green;
}
a:visited:hover {
color: blue;
background-color: red;
}
button {
background-color: gold;
color: red;
text-align: center;
padding: 20px 34px;
display: inline-block;
font-size: 20px;
margin: 4px 2px;
}
header img {
float: left;
}