We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff8877 commit ed0e824Copy full SHA for ed0e824
1 file changed
index.html
@@ -10,6 +10,7 @@
10
background: #f7f9fa;
11
margin: 0;
12
color: #222;
13
+ padding-bottom: 5rem; /* Footer yüksekliği kadar boşluk */
14
}
15
header {
16
background: #1a73e8;
@@ -115,7 +116,10 @@
115
116
color: #fff;
117
text-align: center;
118
padding: 2rem 1rem;
- margin-top: 3rem;
119
+ position: fixed;
120
+ bottom: 0;
121
+ width: 100%;
122
+ box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
123
124
.github-link {
125
display: inline-flex;
0 commit comments