edit homepage
This commit is contained in:
Binary file not shown.
Binary file not shown.
@ -40,6 +40,11 @@ def show_home():
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.text-content h1 {
|
||||||
|
color: #264CBE; /* Warna biru */
|
||||||
|
font-size: 70px; /* Ukuran teks */
|
||||||
|
}
|
||||||
|
|
||||||
.image-content {
|
.image-content {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
@ -199,6 +204,7 @@ def show_home():
|
|||||||
f"""
|
f"""
|
||||||
<div class="center-content">
|
<div class="center-content">
|
||||||
<div class="text-content">
|
<div class="text-content">
|
||||||
|
<h1>TALENTRA</h1>
|
||||||
<p><strong>Aplikasi Prediksi Retensi Karyawan</strong></p>
|
<p><strong>Aplikasi Prediksi Retensi Karyawan</strong></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="image-content">
|
<div class="image-content">
|
||||||
|
Reference in New Issue
Block a user