Skip to content

Commit c426c32

Browse files
committed
initial version of 100
1 parent c615b1e commit c426c32

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

testpage/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
width: 100%;
1313
}
1414
body {
15-
background: rgb(20,72,50);
16-
background: -moz-linear-gradient(180deg, rgba(69,69,70,1) 30%, rgba(0,0,0,1) 90%) ;
17-
background: -webkit-linear-gradient(180deg, rgba(69,69,70,1) 30%, rgba(0,0,0,1) 90%) ;
18-
background: linear-gradient(180deg, rgba(69,69,70,1) 30%, rgba(0,0,0,1) 90%);
15+
background: rgb(69,23,32);
16+
background: -moz-linear-gradient(180deg, rgba(69,23,32,1) 30%, rgba(0,0,0,1) 90%) ;
17+
background: -webkit-linear-gradient(180deg, rgba(69,23,32,1) 30%, rgba(0,0,0,1) 90%) ;
18+
background: linear-gradient(180deg, rgba(69,23,32,1) 30%, rgba(0,0,0,1) 90%);
1919
background-repeat: no-repeat;
2020
background-attachment: fixed;
21-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b0b1b3",endColorstr="#b0b1b3",GradientType=1);
21+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b43c56",endColorstr="#b43c56",GradientType=1);
2222
color: white;
2323
font-size: 0.9em;
2424
font-weight: 400;

0 commit comments

Comments
 (0)