Skip to content

Commit 99344d0

Browse files
committed
example: update styling, use darker bg gradient
1 parent 7fcf518 commit 99344d0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

example/style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
* { box-sizing: border-box }
12
html, body {
2-
background: #2C5282;
33
margin: 0;
44
padding: 0;
5+
width: 100%;
6+
height: 100%;
7+
background-image: linear-gradient(141deg , #141b29 0%, #2b2f45 71%, #323158 100%);
58
}
69

710
.box {
8-
padding: 0 20px;
9-
margin: 100px auto;
11+
padding: 100px 20px 0 20px;
12+
margin: 0 auto;
1013
max-width: 750px;
1114
}
1215

0 commit comments

Comments
 (0)