So I actually have 2 questions.
I am trying to get rid of the box surrounding the Tiktok symbol but padding hasn’t worked. I set the images to width: 100 on both of the images.
My second question is how to have the background white spread widely across the page instead of the small corner surrounding the icons.
Here is my code:
div {
float: right;
margin-top: -25px;
position: sticky;
top: 25px;
background: white;
}
.instagram {
width: 15%;
margin-top: 7px;
}
.tiktok {
width: 28%;
margin-top: -8px;
Website link: https://life-at-neu-snell-library.glitch.me/
I need to submit this today (this is a homework assignment) and I haven’t been able to figure it out. Thanks!