]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blob - assets/css/style.css
50ac46af4a3d451d93d8f7fe61b22aa0aa15dc29
[dujemihanovic.xyz.git] / assets / css / style.css
1 body {
2 margin: 0 auto;
3 padding: 0 10%;
4 }
5
6 nav {
7 text-align: center;
8 }
9
10 nav ul {
11 list-style: none;
12 padding: 3px 5px;
13 }
14
15 nav a {
16 text-decoration: none;
17 color: #000;
18 }
19
20 nav a:hover {
21 text-decoration: underline;
22 }
23
24 nav li {
25 display: inline;
26 padding: 0 10px;
27 }
28
29 p {
30 margin: 12px 0;
31 }
32
33 ul {
34 padding: 0 40px;
35 margin: 5px 0;
36 }
37
38 main {
39 margin: 0 auto;
40 text-align: justify;
41 }
42
43 code {
44 overflow-wrap: anywhere;
45 }