Add extractor and builder
Tested and working
This commit is contained in:
@ -5,14 +5,10 @@ tags: visual,intermediate
|
||||
|
||||
Creates a triangle shape with pure CSS.
|
||||
|
||||
#### HTML
|
||||
|
||||
```html
|
||||
<div class="triangle"></div>
|
||||
```
|
||||
|
||||
#### CSS
|
||||
|
||||
```css
|
||||
.triangle {
|
||||
width: 0;
|
||||
@ -23,8 +19,6 @@ Creates a triangle shape with pure CSS.
|
||||
}
|
||||
```
|
||||
|
||||
#### Demo
|
||||
|
||||
#### Explanation
|
||||
|
||||
[View this link for a detailed explanation.](https://stackoverflow.com/q/7073484)
|
||||
|
||||
Reference in New Issue
Block a user