Skip to content

Commit

Permalink
logos
Browse files Browse the repository at this point in the history
  • Loading branch information
klausmollerzip authored Nov 16, 2024
1 parent e1dc865 commit 324a01b
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
body {
margin: 0;
padding: 20px;
font-family: Arial, sans-serif;
background-color: #f0f0f0;
}

.container {
max-width: 1200px;
margin: 0 auto;
}

header {
text-align: center;
margin-bottom: 40px;
}

.image-container {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 20px;
}

.image-box {
text-align: center;
max-width: 500px;
}

.main-image {
width: 100%;
height: auto;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
margin-bottom: 15px;
}

.image-link {
display: inline-block;
padding: 10px 20px;
background-color: #007bff;
color: white;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s;
}

.image-link:hover {
background-color: #0056b3;
}
Binary file added img/LOGO INDELCASA.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 img/LOGO INDELCASA.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@
displayData(data);
</script>
</body>
</html>
</html>

0 comments on commit 324a01b

Please sign in to comment.