Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Eaielectronic authored Nov 9, 2024
1 parent 7411c9e commit cae7c46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Galery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@
<style>
body {
font-family: 'Roboto', sans-serif;
background: url('https://cdn.pixabay.com/photo/2014/12/24/05/02/drop-of-water-578897_1280.jpg') no-repeat center;
background: url('https://cdn.pixabay.com/photo/2014/12/24/05/02/drop-of-water-578897_1280.jpg') no-repeat center center fixed;
background-size: cover;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
color: #333;
}
.container {
Expand All @@ -25,6 +28,7 @@
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
text-align: center;
max-width: 800px;
width: 100%;
}
.header {
display: flex;
Expand Down

0 comments on commit cae7c46

Please sign in to comment.