Garten of Banban
About this app
Welcome to the Garten of Banban - a virtual garden where you can grow and care for your plants.
Garten of Banban Welcome to the Garten of Banban Plant 1 This is a beautiful plant that requires regular watering and indirect sunlight. Water Plant 2 This plant needs well-draining soil and prefers bright, indirect light. Water Plant 3 Water this plant sparingly and keep it in a cool, shady spot. Water
Related apps
Put this on your site
Source
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Garten of Banban</title>
<meta name="description" content="Welcome to the Garten of Banban - a virtual garden where you can grow and care for your plants.">
<meta name="keywords" content="garten, banban, garden, plants, virtual garden">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript">
try {
// App Javascript Goes Here. Place your entire script content inside the try block for error handling.
// This will run when the DOM is ready.
document.addEventListener("DOMContentLoaded", function() {
});
} catch (error) {
// This will throw the error to the parent window.
throw error;
}
</script>
<style>
/* App CSS Goes Here */
body {
background-color: #f0f0f0;
font-family: 'Roboto', sans-serif;
}
#main-container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1 {
color: #333;
font-size: 32px;
text-align: center;
margin-bottom: 20px;
}
.plant-card {
background-color: #fff;
border-radius: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 20px;
margin-bottom: 20px;
}
.plant-card h2 {
color: #333;
font-size: 24px;
margin-bottom: 10px;
}
.plant-card p {
color: #777;
font-size: 16px;
margin-bottom: 10px;
}
.plant-card img {
width: 100%;
border-radius: 10px;
margin-bottom: 10px;
}
.plant-card .btn-water {
background-color: #6cb2eb;
color: #fff;
border: none;
border-radius: 5px;
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.plant-card .btn-water:hover {
background-color: #4a92d2;
}
</style>
</head>
<body>
<div id="main-container" class="container">
<h1>Welcome to the Garten of Banban</h1>
<div class="plant-card">
<img src="https://example.com/plant1.jpg" alt="Plant 1">
<h2>Plant 1</h2>
<p>This is a beautiful plant that requires regular watering and indirect sunlight.</p>
<button class="btn-water">Water</button>
</div>
<div class="plant-card">
<img src="https://example.com/plant2.jpg" alt="Plant 2">
<h2>Plant 2</h2>
<p>This plant needs well-draining soil and prefers bright, indirect light.</p>
<button class="btn-water">Water</button>
</div>
<div class="plant-card">
<img src="https://example.com/plant3.jpg" alt="Plant 3">
<h2>Plant 3</h2>
<p>Water this plant sparingly and keep it in a cool, shady spot.</p>
<button class="btn-water">Water</button>
</div>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!