.sticky {
position: sticky;
top: 0;
background-color: #0ebac5;
color: white;
text-transform: capitalize;
text-align: center;
font-size: 1.2rem;
display: grid;
place-content: center;
}
This is sample content to make page longer
The method above only works with parent container has enough height to scroll
.
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
If you want to make the sticky inside a container but use for whole page. You should use javascript.
Fixed Div
Fixed Div