代数几何教皇Grothendieck经典著作:代数几何讨论班SGA法语原版全系列
回复一下,法语版,emm,我之后可能会学一学然后翻译一份出来(不确定)
弦圈热门内容
center h1 in the middle of screen(示例提问)
How can I center horizontally and vertically a text? I don't want to use position absolute because I try with it and my other div getting worse. Is there another way to do that ?div { height: 400px; width: 800px; background: red; }<div> <h1>This is title</h1> </div>