forked from yashrajbharti/Monotone-Shapes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
53 lines (45 loc) · 859 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
text-align: center;
padding: 50px;
}
.container {
display: flex;
justify-content: center;
align-items: center;
}
h1 {
color: #292929;
}
h1 span {
color: #2c2c2db4;
}
.config-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 15px;
inline-size: max-content;
max-inline-size: 100%;
margin: auto;
}
input {
inline-size: 100%;
padding: 10px;
border: 1px solid #292929;
}
.shape {
scale: 5;
margin-block-start: 50px;
}
a {
position: absolute;
inset-block-start: 0;
inset-inline-end: 0;
}