File tree Expand file tree Collapse file tree 2 files changed +33
-14
lines changed Expand file tree Collapse file tree 2 files changed +33
-14
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ layout: base-simple-header.njk
4
4
5
5
## Products
6
6
7
- - [ Ping (Free)] ( https://ping.tinytown.studio )
7
+ <a class =" badge-container " href =" https://ping.tinytown.studio " >
8
+ Ping <span class =" badge " >Free</span >
9
+ </a >
Original file line number Diff line number Diff line change 1
1
: root {
2
- --bg : # efefef ;
3
- --fg : # 181819 ;
4
- --subtle : # 444 ;
2
+ --bg : # efefef ;
3
+ --fg : # 181819 ;
4
+ --subtle : # 444 ;
5
5
}
6
6
7
- body {
7
+ body {
8
8
font-family : Quicksand, sans-serif;
9
9
max-width : 80ch ;
10
10
margin : 0 auto;
11
11
12
+ font-size : 120% ;
13
+
12
14
background-color : # efefef ;
13
- color : # 181819 ;
15
+ color : # 181819 ;
14
16
}
15
17
16
- .uppercase {
18
+ .uppercase {
17
19
text-transform : uppercase;
18
20
}
19
21
20
- .subtle {
21
- color : var (--subtle )
22
+ .subtle {
23
+ color : var (--subtle );
22
24
}
23
25
24
- .hero-header {
26
+ .hero-header {
25
27
font-size : 2rem ;
26
- width : 100% ;
28
+ width : 100% ;
27
29
min-height : 80vh ;
28
30
display : flex;
29
31
align-items : center;
36
38
text-underline-offset : 4px ;
37
39
}
38
40
39
- a : hover {
40
- color : var (--fg );
41
- }
41
+ a : hover {
42
+ color : var (--fg );
43
+ }
44
+
45
+ .badge-container {
46
+ position : relative;
47
+ }
48
+
49
+ .badge-container .badge {
50
+ position : absolute;
51
+ top : -10px ;
52
+ right : -70% ;
53
+ font-size : 0.6rem ;
54
+ background-color : black;
55
+ color : white;
56
+ border-radius : 100px ;
57
+ padding : 4px 8px ;
58
+ }
You can’t perform that action at this time.
0 commit comments