Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added dog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dog1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dog2.jp2
Binary file not shown.
Binary file added dog3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dog4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dog5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added parrot1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added parrot2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added parrots.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions styyle2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
body {
<img src="dog.jpg" alt="HTML5 Icon" width="400" height="200">
<img src="dog1.jpg" alt="HTML5 Icon" width="400" height="200">
<img src="dog2.jp2" alt="HTML5 Icon" width="400" height="200">
<img src="dog3.png" alt="HTML5 Icon" width="400" height="200">
<img src="dog4.jpg" alt="HTML5 Icon" width="400" height="200">
<img src="dog5.jpg" alt="HTML5 Icon" width="400" height="200">
<img src="parrot1.jpg" alt="HTML5 Icon" width="400" height="200">
<img src="parrot2.jpg" alt="HTML5 Icon" width="400" height="200">
<img src="parrots.jpg" alt="HTML5 Icon" width="400" height="200">
font-size: 160%;
}
h1 {
font-size: 135%;
}
p {
font-size: 135%;
}

</body>
</html>