1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-31 01:29:53 +02:00

Add feature section to the homepage

This commit is contained in:
Phuoc Nguyen
2019-11-27 22:12:14 +07:00
parent cf9ae9ed51
commit 5f1b3a61b8
4 changed files with 43 additions and 5 deletions

View File

@@ -14,3 +14,12 @@ input[type="email"], input[type="number"], input[type="password"], input[type="t
code {
font-size: 14px;
}
.drop-cap:first-letter {
border: 2px solid;
float: left;
font-size: 64px;
font-weight: 700;
line-height: 1;
margin: 0 8px 0 0;
padding: 0 8px;
}