我正在嘗試在 CodePen 中創建一個由 GIFS 組成的無限循環網站(鏈接:https://codepen.io/sofiazymnis/pen/yLNQWWR ?editors=1111 )。由于某種原因,第一個 GIF 的頂部有一個邊距,這破壞了無限滾動循環的無縫性。我嘗試了 margin-top: 0; 但它似乎不起作用。有任何想法嗎?html:<html><head><style>body { height: 7000px; /* Used to enable scrolling */ background: linear-gradient(#86c2db 0%, #c8a096 40%, #263c63 60%, #86c2db 100%); /*background-size: 100% 1000vh;*/ /*background-repeat:repeat-y;*/}::scrollbar { display: none;}</style></head><body> <img src="https://pro2-bar-s3-cdn-cf3.myportfolio.com/90c10bc74835779c958d7b88b56e6448/4272adea-61c3-4477-b8d0-a6f5ae78f511.gif?h=55dafeb4ec2ea49fe386c59f2590d02c"/>CSS:$blue: #a3d5d3;body { background-color: $blue;}img{ display:block; margin:auto; line-height: 0; max-width:50%;}
如何刪除頁面開頭的空白 html/css
慕工程0101907
2023-10-17 19:53:10