Try   HackMD

CSS 20. Border 基本認識、設定

<h1>fubon gurdian</h1>
  • border 方框的範例:

Image Not Showing Possible Reasons
  • The image file may be corrupted
  • The server hosting the image is unavailable
  • The image path is incorrect
  • The image format is not supported
Learn More →

h1 {
  background-color: brown;
  color: white;
  
        // 線框粗度 線框樣式 顏色,其 value 可以自由搭配不受順序影響。
  border: 10px solid black;
}
tags: 2022 網頁開發全攻略教程 / CSS篇章 - box model