Skip to content

Commit

Permalink
transparency tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ToonTalk committed Oct 10, 2024
1 parent 1713688 commit 7ba961d
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 0 deletions.
26 changes: 26 additions & 0 deletions apps/transparency test/blue_background_image.html

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions apps/transparency test/blue_background_image_with_path.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blue Background Page with Image</title>
<style>
body {
background-color: #87CEFA; /* Light blue background */
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
img {
width: 200px;
height: auto;
}
</style>
</head>
<body>
<img src="image_transparent.png" alt="Cute Bear Image">
</body>
</html>
Binary file added apps/transparency test/image_transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions apps/transparency test/teddy_bear_display.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Image Display</title>
</head>
<body>
<h1>Cartoon-Style Teddy Bear</h1>
<img src="DALL·E 2024-10-10 14.25.22 - A cartoon-style teddy bear standing upright. The teddy bear has a round face with large, friendly eyes, a small black nose, and a smiling expression..webp" alt="Teddy Bear" style="max-width: 100%; height: auto;">
</body>
</html>

0 comments on commit 7ba961d

Please sign in to comment.