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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
export const websiteStyles = `
body {
font-family: Inter, sans-serif;
line-height: 1.6;
color: #000;
max-width: 800px;
margin: auto;
padding: 20px;
background-color: #fff;
}
header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
border-bottom: solid 1px #ccc;
padding-bottom: .2rem;
}
header h1 {
font-size: 20px;
}
header h1 {
margin: 0;
padding: 0;
}
header p {
margin: 0;
padding: 0;
}
nav {
display: flex;
flex-direction: row;
gap: 1rem;
padding-top: 1rem;
padding-bottom: 1rem;
}
nav a {
text-decoration: none;
}
nav a.active {
color: #002e6b;
text-decoration: underline;
}
.projectLink {
text-decoration: none;
color: inherit;
}
.projectLink:focus, .projectLink:hover, .projectLink:active, .projectLink.active {
text-decoration: none;
color: inherit;
}
.project {
border: 1px solid #ddd;
padding: 1rem;
margin-bottom: 1rem;
}
.project:hover {
border: 1px solid #002e6b;
}
.project h3, .project p {
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
color: #000;
}
a {
color: #00449e;
text-decoration: none;
}
a:focus, a:hover, a:active, a.active {
color: #002e6b;
text-decoration: underline;
}
.btn {
background: #fff;
color: #000;
border: .08333rem solid #000;
box-shadow: 2px 2px #bbb;
}
.btn:focus, .btn:hover {
background: #000;
color: #fff;
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
August 16, 2024