Skip to content

Commit

Permalink
media commit
Browse files Browse the repository at this point in the history
  • Loading branch information
investor-wallflex committed Oct 11, 2024
1 parent c73e9ab commit 85acf8e
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,16 @@
padding: 0;
margin: 0;

};

}
body {
margin: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh; /* Full height of the viewport */
background-color: #f0f0f0; /* Light background for contrast */
}

.container {
border: solid black;
Expand Down Expand Up @@ -162,7 +170,7 @@
text-align: center;
text-justify: inter-word;
padding: 10px;
margin: 20px;



}
Expand Down Expand Up @@ -240,7 +248,7 @@
/* CSS rules for very small screens */
.container{
height: 300vh;

padding: 15px;
width: 400px;
margin: auto;
background-color:black;
Expand All @@ -252,9 +260,12 @@
padding: 10px; /* Add some padding for better UX */
box-sizing: border-box;
}


}
};



</style>
</head>

Expand Down

0 comments on commit 85acf8e

Please sign in to comment.