|
1 | | -<style> |
2 | | -/* --- Page background & text --- */ |
3 | | -body { |
4 | | - background-color: #121212; /* tmavé pozadí */ |
5 | | - color: #e0e0e0; /* světlý text */ |
6 | | - font-family: "Segoe UI", Roboto, Helvetica, sans-serif; |
7 | | - line-height: 1.6; |
8 | | -} |
9 | | - |
10 | | -/* --- Links --- */ |
11 | | -a { |
12 | | - color: #1db954; /* Spotify green links */ |
13 | | - text-decoration: none; |
14 | | -} |
15 | | -a:hover { |
16 | | - text-decoration: underline; |
17 | | -} |
18 | | - |
19 | | -/* --- Headings --- */ |
20 | | -h1, h2, h3, h4, h5, h6 { |
21 | | - color: #ffffff; |
22 | | -} |
23 | | - |
24 | | -/* --- Tables --- */ |
25 | | -table { |
26 | | - background-color: #1e1e1e; |
27 | | - border-collapse: collapse; |
28 | | - width: 100%; |
29 | | - margin: 20px 0; |
30 | | -} |
31 | | -table th, table td { |
32 | | - border: 1px solid #333; |
33 | | - padding: 10px; |
34 | | - color: #e0e0e0; |
35 | | -} |
36 | | -table th { |
37 | | - background-color: #2a2a2a; |
38 | | -} |
39 | | - |
40 | | -/* --- Cards / boxes --- */ |
41 | | -.card { |
42 | | - background-color: #1e1e1e; |
43 | | - color: #e0e0e0; |
44 | | - border-radius: 10px; |
45 | | - padding: 20px; |
46 | | - margin: 20px 0; |
47 | | - box-shadow: 0 4px 8px rgba(0,0,0,0.5); |
48 | | -} |
49 | | - |
50 | | -/* --- Images --- */ |
51 | | -img { |
52 | | - border-radius: 8px; |
53 | | - max-width: 100%; |
54 | | -} |
55 | | - |
56 | | -/* --- Divider lines --- */ |
57 | | -hr { |
58 | | - border: 1px solid #333; |
59 | | -} |
60 | | - |
61 | | -/* --- Centering content --- */ |
62 | | -.center { |
63 | | - text-align: center; |
64 | | -} |
65 | | - |
66 | | -/* --- Visitor badge / stats --- */ |
67 | | -img[src*="visitor-badge"], |
68 | | -img[src*="github-readme-stats"], |
69 | | -img[src*="spotify-recently-played-readme"] { |
70 | | - margin: 10px auto; |
71 | | - display: block; |
72 | | -} |
73 | | -</style> |
74 | | - |
75 | | - |
76 | | - |
77 | 1 | <br clear="both"> |
78 | 2 |
|
79 | 3 | <h1 align="center">🌟 Welcome to Dany's Hub</h1> |
|
0 commit comments