...
This commit is contained in:
parent
d62599fe98
commit
27d36de90b
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
git<!DOCTYPE html>
|
||||||
<html lang="cs">
|
<html lang="cs">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
@ -10,6 +10,10 @@ body {
|
|||||||
max-width: 1600px;
|
max-width: 1600px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
font-family: "Ubuntu", sans-serif;
|
font-family: "Ubuntu", sans-serif;
|
||||||
|
background-color: #2a2828;
|
||||||
|
}
|
||||||
|
p {
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* EOS ( header) */
|
/* EOS ( header) */
|
||||||
@ -65,6 +69,12 @@ nav li a {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
color: #734f96;
|
||||||
|
margin-top: 50px;
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: #734f96;
|
color: #734f96;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
@ -124,6 +134,10 @@ p {
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
.code-box {
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Code Box*/
|
/*Code Box*/
|
||||||
|
Loading…
Reference in New Issue
Block a user