Skip to content

Commit 1f86b8f

Browse files
authored
Create style.less
1 parent 64f2b23 commit 1f86b8f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

style.less

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
*,
2+
*::before,
3+
*::after {
4+
margin: 0;
5+
padding: 0;
6+
box-sizing: border-box;
7+
}
8+
9+
body {
10+
background-color: #212529;
11+
12+
// background grid
13+
#background-grid {
14+
position: fixed;
15+
width: 100%;
16+
height: 100%;
17+
}
18+
}

0 commit comments

Comments
 (0)