Refactor. JS time!
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<!--
|
||||
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
|
||||
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/html.html to edit this template
|
||||
-->
|
||||
<html>
|
||||
<head>
|
||||
<title>floating images</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<style>
|
||||
figure {float: left;
|
||||
width: 228px;
|
||||
padding-bottom: 10px;
|
||||
background-color: #EAEAEA;
|
||||
}
|
||||
figcaption {text-align: center;
|
||||
font-style: italic;
|
||||
font-family: Georgia, serif;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Floating Images</h1>
|
||||
<figure>
|
||||
<img src="photo1.jpg" alt ="Golden Gate Bridge"
|
||||
width="225" height="160">
|
||||
<figcaption>Golden Gate Bridge</figcaption>
|
||||
</figure>
|
||||
</body>
|
||||
</html>
|
BIN
Assignments/HTML/lab08_CalebFontenot/public_html/8.4/photo1.jpg
Executable file
BIN
Assignments/HTML/lab08_CalebFontenot/public_html/8.4/photo1.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
Assignments/HTML/lab08_CalebFontenot/public_html/8.4/photo2.jpg
Executable file
BIN
Assignments/HTML/lab08_CalebFontenot/public_html/8.4/photo2.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
Assignments/HTML/lab08_CalebFontenot/public_html/8.4/photo3.jpg
Executable file
BIN
Assignments/HTML/lab08_CalebFontenot/public_html/8.4/photo3.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
Assignments/HTML/lab08_CalebFontenot/public_html/8.4/photo4.jpg
Executable file
BIN
Assignments/HTML/lab08_CalebFontenot/public_html/8.4/photo4.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
BIN
Assignments/HTML/lab08_CalebFontenot/public_html/8.4/photo5.jpg
Executable file
BIN
Assignments/HTML/lab08_CalebFontenot/public_html/8.4/photo5.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
Assignments/HTML/lab08_CalebFontenot/public_html/8.4/photo6.jpg
Executable file
BIN
Assignments/HTML/lab08_CalebFontenot/public_html/8.4/photo6.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user