38 lines
444 B
CSS
38 lines
444 B
CSS
body {
|
|
padding-top: 56px;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.anchor {
|
|
display: block;
|
|
position: relative;
|
|
top: -56px;
|
|
}
|
|
|
|
section {
|
|
padding-bottom: 25px;
|
|
border-bottom: 2px solid #9696969c;
|
|
}
|
|
|
|
#diasor {
|
|
border-bottom: none;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
h2 {
|
|
margin-top: 25px;
|
|
margin-bottom: 25px;
|
|
}
|
|
|
|
li{
|
|
color:white;
|
|
}
|
|
|
|
.dia-elem-szovegdoboz {
|
|
background-color: #1714149c;
|
|
}
|
|
|
|
nav {
|
|
font-weight: 600;
|
|
}
|