Skip to content

Commit 9f4574d

Browse files
authored
Create Polish.module.css
1 parent 14e7284 commit 9f4574d

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

styles/Polish.module.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
.page {
2+
max-width: 800px;
3+
margin: 0 auto;
4+
padding: 2rem;
5+
}
6+
7+
.title {
8+
font-size: 2.5rem;
9+
font-weight: 800;
10+
margin-bottom: 1rem;
11+
color: var(--navy);
12+
}
13+
14+
.subtitle {
15+
font-size: 1.5rem;
16+
font-weight: 600;
17+
margin: 2rem 0 1rem;
18+
color: var(--purple);
19+
}
20+
21+
.intro {
22+
font-size: 1.1rem;
23+
line-height: 1.6;
24+
margin-bottom: 2rem;
25+
}
26+
27+
.section {
28+
margin-bottom: 2rem;
29+
}
30+
31+
.list {
32+
padding-left: 1.2rem;
33+
list-style: disc;
34+
line-height: 1.8;
35+
}
36+
37+
.cta {
38+
font-weight: 500;
39+
margin-top: 2rem;
40+
}

0 commit comments

Comments
 (0)