ありますが、これを実現することができな方法の束があるが、それは水平方向にのみ、それを中央にしませんので、私のお気に入りは、フレキシボックスを使用することですが、縦にも。 https://css-tricks.com/snippets/css/a-guide-to-flexbox/
あなたはこの2つのクラスにこれらのスタイルを適用する必要があり、この作品を作るために、あなたのケースで:
はここflexboxesに良いチュートリアルです。 50%をわずか余白を残す:
.fadein.two {
width: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
align-content: center;
}
.twitter-timeline {
/* position: fixed; */
/* left: 50%; */
/* margin-top: 100px; */
/* margin-left: 600px; */
margin: auto;
}
あなたはiframeの両方のインラインにし、.twitter-タイムラインのクラスを介して適用しても左を削除している余白のすべてを脱いで自動。