Skip to content

Commit ff6f8f6

Browse files
000-737: main page
1 parent 77855b1 commit ff6f8f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,18 @@ body {
4646
color: black;
4747
}
4848

49-
p {
49+
#main-page p {
5050
margin: 0;
5151
line-height: 1.6;
5252
}
5353

54-
ol {
54+
#main-page ol {
5555
list-style: none;
5656
counter-reset: list;
5757
padding: 0 1rem;
5858
}
5959

60-
li {
60+
#main-page li {
6161
--stop: calc(100% / var(--length) * var(--i));
6262
--l: 62%;
6363
--l2: 88%;
@@ -76,7 +76,7 @@ li {
7676
background-color: white;
7777
}
7878

79-
li::before {
79+
#main-page li::before {
8080
content: '';
8181
display: block;
8282
width: 100%;
@@ -87,14 +87,14 @@ li::before {
8787
background: linear-gradient(to right, var(--c1) var(--stop), var(--c2) var(--stop));
8888
}
8989

90-
h3 {
90+
#main-page h3 {
9191
display: flex;
9292
align-items: baseline;
9393
margin: 0 0 0rem;
9494
color: rgb(70 70 70);
9595
}
9696

97-
h3::before {
97+
#main-page h3::before {
9898
display: flex;
9999
justify-content: center;
100100
align-items: center;

0 commit comments

Comments
 (0)