*, *::before, *:after {
margin: 0;
box-sizing: border-box;
}
.div1 {
background-color: rgb(66, 66, 66);
height: 20px;
position: sticky;
top: 0;
}
.div2 {
background-color: #00ffd9;
height: 1000px;
}
*, *::before, *:after {
margin: 0;
box-sizing: border-box;
}
.div1 {
background-color: rgb(66, 66, 66);
height: 20px;
position: sticky;
top: 0;
}
.div2 {
background-color: #00ffd9;
height: 1000px;
}