好久沒寫網頁了…理論上這個 Blog 不應該出現網頁的東西…

只是工作上的需要又怕忘記,當作一個紀錄

這是用來做登入畫面的,灰色地方可以寫一些你想要的東西,例如帳號密碼什麼的。

簡單來說這個程式碼只是個簡單框架

湊合看吧

<div style="background-color: #fff; border-radius: 20px; width:500; height:500; right:20; top:0; bottom:0; margin: auto; position: absolute;">

	<dev style="background-color: #aaa; width:450; height:450; left: 0; right:0; top:0; bottom:0; margin: auto; position: absolute;">
		Text
	</dev>

</div>

在这里插入图片描述

相关文章:

  • 2021-11-04
  • 2021-10-02
  • 2021-06-11
  • 2021-11-04
  • 2021-08-27
  • 2021-11-29
  • 2021-09-21
  • 2021-10-10
猜你喜欢
  • 2021-11-04
  • 2021-11-06
  • 2021-12-03
  • 2021-11-04
  • 2021-11-04
  • 2021-10-14
  • 2021-11-07
相关资源
相似解决方案