Semester 3 pog
This commit is contained in:
BIN
Semester 1/Chapter ZIPs/HTML/chapter6/6.7/fall.jpg
Normal file
BIN
Semester 1/Chapter ZIPs/HTML/chapter6/6.7/fall.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 130 KiB |
27
Semester 1/Chapter ZIPs/HTML/chapter6/6.7/index.html
Normal file
27
Semester 1/Chapter ZIPs/HTML/chapter6/6.7/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Fall Nature Hikes</title>
|
||||
<meta charset="utf-8">
|
||||
<style>
|
||||
#content { background-image: url(fall.jpg);
|
||||
background-repeat: no-repeat;
|
||||
margin: auto;
|
||||
width:640px;
|
||||
height: 480px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
h1 { background-color: #FFFFFF;
|
||||
opacity: 0.6;
|
||||
font-size: 4em;
|
||||
padding: 10px;
|
||||
margin-left: 40px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<h1>Fall Nature Hikes</h1>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user