Skip to content

Commit ed0e824

Browse files
committed
Webpage has been updated.
1 parent aff8877 commit ed0e824

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
background: #f7f9fa;
1111
margin: 0;
1212
color: #222;
13+
padding-bottom: 5rem; /* Footer yüksekliği kadar boşluk */
1314
}
1415
header {
1516
background: #1a73e8;
@@ -115,7 +116,10 @@
115116
color: #fff;
116117
text-align: center;
117118
padding: 2rem 1rem;
118-
margin-top: 3rem;
119+
position: fixed;
120+
bottom: 0;
121+
width: 100%;
122+
box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
119123
}
120124
.github-link {
121125
display: inline-flex;

0 commit comments

Comments
 (0)