You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314151617 |
- //
- // Card with blockquote
- //
-
- .card-blockquote {
- padding: 2rem;
- position: relative;
-
- .svg-bg {
- display: block;
- width: 100%;
- height: 95px;
- position: absolute;
- top: -94px;
- left: 0;
- }
- }
|