1.the line that appears to bound an object
2.a sketchy summary of the main points of an argument or theory
3.a schematic or preliminary plan
1.describe roughly or briefly or give the main points or summary of;
sketch the outline of the book
2.draw up an outline or sketch for something;
draft a speech
3.trace the shape of
定義和用法 outline (輪廓)是繪制于元素周圍的一條線,位于邊框邊緣的外圍,可起到突出元素的作用。 注釋:輪廓線不會占據空間,也不一定是矩形。 outline 簡寫屬性在一個聲明中設置所有的輪廓屬性。 可以按順序設置如下屬性: outline-color outline-style outline-width 如果不設置其中的某個值,也不會出問題,比如 outline:solid #ff0000; 也是允許的。 實例 設置 4 個邊框的樣式: p { outline:#00FF00 dotted thick;}