Skip to content

Commit c433b85

Browse files
authored
Create css.js
1 parent 5377b50 commit c433b85

File tree

1 file changed

+15
-0
lines changed
  • Modern Development/Service Portal Widgets/custom404

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.heading-message{
2+
color:red;
3+
}
4+
.page-container{
5+
display: flex;
6+
justify-content: space-evenly;
7+
flex-direction:cloumn;
8+
}
9+
ul{
10+
padding: 2rem;
11+
list-style-type: disclosure-closed;
12+
}
13+
li{
14+
padding:1rem;
15+
}

0 commit comments

Comments
 (0)