TastyRice commited on
Commit
b90f65b
·
verified ·
1 Parent(s): e540b80

delete style.css

Browse files
Files changed (1) hide show
  1. style.css +0 -63
style.css DELETED
@@ -1,63 +0,0 @@
1
- :root {
2
- --title-font-size: clamp(1.5rem, 6vw, 3rem);
3
- --subtitle-font-size: clamp(1rem, 2vw, 1.2rem);
4
- }
5
-
6
- h1 {
7
- text-align: center;
8
- font-size: var(--title-font-size);
9
- display: block;
10
- }
11
-
12
- h2 {
13
- text-align: center;
14
- font-size: 2rem;
15
- display: block;
16
- }
17
-
18
- #duplicate-button {
19
- display: block;
20
- margin: 1rem auto;
21
- color: #fff;
22
- background: #1565c0;
23
- border-radius: 100vh;
24
- padding: 0.5rem 1rem;
25
- }
26
-
27
- #component-0 {
28
- max-width: 85%;
29
- margin: 2rem auto;
30
- padding: 2rem;
31
- }
32
-
33
- @media (max-width: 600px) {
34
- #component-0 {
35
- max-width: 100%;
36
- padding: 0.5rem;
37
- }
38
- }
39
-
40
- #title-container {
41
- text-align: center;
42
- padding: 2rem 0;
43
- }
44
-
45
- #title {
46
- font-size: var(--title-font-size);
47
- color: #333;
48
- font-family: 'Helvetica Neue', sans-serif;
49
- text-transform: uppercase;
50
- background: transparent;
51
- }
52
-
53
- #title span {
54
- background: linear-gradient(45deg, #4EACEF, #28b485);
55
- background-clip: text;
56
- color: transparent;
57
- }
58
-
59
- #subtitle {
60
- text-align: center;
61
- font-size: var(--subtitle-font-size);
62
- margin-top: 1rem;
63
- }