Skip to content

Commit 40778f5

Browse files
Update modulePost.html
1 parent 1fe62ea commit 40778f5

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

_includes/modulePost.html

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,30 @@
108108

109109
// Ambil data awal
110110
fetchPosts();
111-
</script>
111+
</script>
112+
<style type="text/css">
113+
.flex_center {
114+
display: flex;
115+
flex-wrap: wrap;
116+
align-items: center;
117+
justify-content: center;
118+
height: 100%;
119+
}
120+
.loading-spinner {
121+
position: fixed;
122+
top: 50%;
123+
left: 50%;
124+
transform: translate(-50%, -50%);
125+
z-index: 1000;
126+
display: flex;
127+
align-items: center;
128+
justify-content: center;
129+
}
130+
.pagination-controls {
131+
display: flex;
132+
align-item: center;
133+
justify-content: space-between;
134+
margin-top: 20px;
135+
padding: 0 20px;
136+
}
137+
</style>

0 commit comments

Comments
 (0)