css:arrow_down
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
css:arrow_down [2016/07/07 22:05] – peter | css:arrow_down [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
<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.1467929127.txt.gz · Last modified: 2020/07/15 09:30 (external edit)