由于某种原因,我的标题被切入了顶部。我该如何解决这个问题。
我需要避免这些问题。
https://jsfiddle.net/mastervision/10xwq2zd/
<!DOCTYPE html>
<html>
<head>
<style>
.newspaper {
/* Chrome, Safari, Opera */
-webkit-column-count: 2;
-webkit-column-gap: 40px;
-webkit-column-rule-style: outset;
-webkit-column-rule-width: 1px;
/* Firefox */
-moz-column-count: 2;
-moz-column-gap: 40px;
-moz-column-rule-style: outset;
-moz-column-rule-width: 1px;
column-count: 2;
答案 0 :(得分:1)
@ David K-J:他的意思是'常见问题 - HäufiggestellteFragen'被切断了。 观看屏幕截图,您可以看到所有字母都是一半。
@ Mastervision:在你的小提琴中找不到任何问题,也许它们是其他* css文件,这些文件稍后加载并覆盖。