Skip to content

Commit b4fa20d

Browse files
authoredNov 7, 2021
stylesheet.css
1 parent efafed5 commit b4fa20d

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
 

‎style.css

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
* {
2+
margin: 0;
3+
padding: 0;
4+
}
5+
6+
.primary-background {
7+
background: linear-gradient(to bottom right, #00cc00 -33%, #ffff66 100%);
8+
}
9+
10+
.banner-title {
11+
color: red;
12+
}
13+
14+
.clip-path {
15+
clip-path: polygon(100% 0, 100% 100%, 84% 94%, 71% 98%, 55% 93%, 37% 99%, 18% 94%,
16+
0 100%, 0 0);
17+
}
18+
19+
th,td{
20+
text-align: left !important;
21+
}
22+
23+
#edit-profile-title{
24+
font-size: 25px;
25+
font-family: monospace;
26+
}
27+
28+
#modal-title{
29+
margin-left: 100px;
30+
31+
font-size: 40px;
32+
font-family: system-ui;
33+
}

0 commit comments

Comments
 (0)