mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-23 10:46:13 +02:00
18 lines
292 B
SCSS
18 lines
292 B
SCSS
.drop-cap {
|
|
overflow: hidden;
|
|
}
|
|
.drop-cap:first-letter {
|
|
border: 2px solid #d1d5db;
|
|
|
|
/* Display at the left */
|
|
float: left;
|
|
line-height: 1;
|
|
|
|
/* Spacing */
|
|
margin: 0 0.5rem 0 0;
|
|
padding: 0 0.5rem;
|
|
|
|
/* Optional */
|
|
font-size: 2rem;
|
|
font-weight: 700;
|
|
} |