css:arrow_down
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
css:arrow_down [2016/07/07 22:03] – created peter | css:arrow_down [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== CSS - Arrow Down ====== | ====== CSS - Arrow Down ====== | ||
+ | |||
+ | http:// | ||
<code css> | <code css> | ||
.arrow_box { | .arrow_box { | ||
- | position: relative; | + | |
- | background: | + | background: #88b7d5; |
- | border: 4px solid #c2e1f5; | + | border: 4px solid #c2e1f5; |
} | } | ||
+ | |||
.arrow_box: | .arrow_box: | ||
- | top: 100%; | + | |
- | left: 50%; | + | left: 50%; |
- | border: solid transparent; | + | border: solid transparent; |
- | content: " "; | + | content: " "; |
- | height: 0; | + | height: 0; |
- | width: 0; | + | width: 0; |
- | position: absolute; | + | position: absolute; |
- | pointer-events: | + | pointer-events: |
} | } | ||
.arrow_box: | .arrow_box: | ||
- | border-color: | + | |
- | border-top-color: | + | border-top-color: |
- | border-width: | + | border-width: |
- | margin-left: | + | margin-left: |
} | } | ||
+ | |||
.arrow_box: | .arrow_box: | ||
- | border-color: | + | |
- | border-top-color: | + | border-top-color: |
- | border-width: | + | border-width: |
- | margin-left: | + | margin-left: |
} | } | ||
</ | </ | ||
css/arrow_down.1467929024.txt.gz · Last modified: 2020/07/15 09:30 (external edit)