]> Untitled Git - purplebirdman.git/blob - www/css/index-1.css
Initial dockerfile
[purplebirdman.git] / www / css / index-1.css
1 a, p, li, h1, h2, h3, h4, h5, h6 {
2     font-family: "Monospace", sans-serif;
3     font-size: 18;
4     color: purple;
5 }
6
7 a {
8     font-size: 24;
9 }
10
11 li {
12     list-style-type: none;
13 }
14
15 #title {
16     font-weight: 700;
17     font-size: 70;
18 }
19
20 .titlecard { 
21     width: 512px;
22     border-radius: 16px;
23     padding: 32px;
24     margin:0 auto;
25 }
26
27 .card { 
28     border-radius: 16px;
29     padding: 32px;
30 }
31
32 .link { 
33     border-radius: 8px;
34     padding: 16px;
35     margin: 16px;
36 }