Skip to content

Commit a8523b5

Browse files
committed
modfied version
1 parent aa23472 commit a8523b5

File tree

2 files changed

+26
-29
lines changed

2 files changed

+26
-29
lines changed

css/index.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@ body {
1414

1515
.headline-container-pos {
1616
color: rgba(51, 119, 71, 0.933);
17-
18-
}
17+
}

css/index1.css

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,42 @@
11
html,
22
body {
3-
background-color: aliceblue;
4-
margin: 0% 20% 0% 20%;
3+
background-color: aliceblue;
4+
margin: 0% 20% 0% 20%;
55
}
66

77
.headline-container {
8-
font-family: "Inter", sans-serif;
9-
font-weight: 400;
10-
font-size: 40px;
11-
line-height: 130%;
12-
text-align: center;
13-
color: rgb(12, 10, 41);
8+
font-family: "Inter", sans-serif;
9+
font-weight: 400;
10+
font-size: 40px;
11+
line-height: 130%;
12+
text-align: center;
13+
color: rgb(12, 10, 41);
1414
}
1515

1616
.headline-container-pos {
17-
color: rgba(51, 119, 71, 0.933);
18-
17+
color: rgba(51, 119, 71, 0.933);
1918
}
2019

2120
.headline-container-paragraph {
22-
23-
font-family: "Inter", sans-serif;
24-
font-weight: 300;
25-
font-size: 20;
26-
line-height: 140%;
27-
text-align: center;
28-
color: black;
21+
font-family: "Inter", sans-serif;
22+
font-weight: 300;
23+
font-size: 20;
24+
line-height: 140%;
25+
text-align: center;
26+
color: black;
2927
}
3028

3129
.menu {
32-
width: 351px;
33-
height: 184px;
34-
border-radius: 8px;
30+
width: 351px;
31+
height: 184px;
32+
border-radius: 8px;
3533
}
3634

3735
.menu-list {
38-
font-family: "Inter", sans-serif;
39-
font-weight: 600;
40-
font-size: 32px;
41-
line-height: 137%;
42-
text-align: center;
43-
color: #3a4a42;
44-
}
36+
font-family: "Inter", sans-serif;
37+
font-weight: 600;
38+
font-size: 32px;
39+
line-height: 137%;
40+
text-align: center;
41+
color: #3a4a42;
42+
}

0 commit comments

Comments
 (0)