AT Protocol-powered Twitpic revival
atproto
express
typescript
photo-sharing
1body {
2 margin: 0;
3 font-family: 'Segoe UI', Ubuntu, sans-serif;
4 background-image: url(../bg.png);
5 background-repeat: no-repeat;
6 background-position: top center;
7}
8
9header {
10 background: #19ced1;
11 background: -webkit-linear-gradient(180deg, rgba(25, 206, 209, 1) 0%, rgba(45, 152, 253, 1) 100%);
12 background: -moz-linear-gradient(180deg, rgba(25, 206, 209, 1) 0%, rgba(45, 152, 253, 1) 100%);
13 background: linear-gradient(180deg, rgba(25, 206, 209, 1) 0%, rgba(45, 152, 253, 1) 100%);
14 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#19CED1", endColorstr="#2D98FD", GradientType=0);
15 padding: 8px;
16 color: white;
17}