Learn how to create a split screen (50/50) with CSS. ... .split { height: 100%; width: 50%; position: fixed; z-index: 1; top: 0; overflow-x: hidden;
確定! 回上一頁