We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e764f8a commit a776205Copy full SHA for a776205
1 file changed
index.html
@@ -209,6 +209,11 @@
209
background-size: cover;
210
background-position: center;
211
background-repeat: no-repeat;
212
+ min-height: 100vh; /* EKRANIN TAMAMINI KAPLASIN */
213
+ display: flex;
214
+ align-items: center; /* içerikleri dikeyde ortala */
215
+ padding-top: 0 !important;
216
+ margin: 0;
217
background-color: transparent; /* no color */
218
}
219
.bg-transparent {
0 commit comments