This commit is contained in:
kankys 2024-10-26 21:13:59 +02:00
parent d62599fe98
commit 27d36de90b
2 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!DOCTYPE html>
git<!DOCTYPE html>
<html lang="cs">
<head>

View File

@ -10,6 +10,10 @@ body {
max-width: 1600px;
margin: 0 auto;
font-family: "Ubuntu", sans-serif;
background-color: #2a2828;
}
p {
color: white;
}
/* EOS ( header) */
@ -65,6 +69,12 @@ nav li a {
text-align: center;
}
h1 {
color: #734f96;
margin-top: 50px;
margin-bottom: 50px;
}
h2 {
color: #734f96;
margin-top: 50px;
@ -124,6 +134,10 @@ p {
margin-top: 10px;
margin-bottom: 10px;
}
.code-box {
width: auto;
height: auto;
}
}
/*Code Box*/