| Current Path : /home/kamilrogam/poligon/cykle/pseudoselektory-css/target/js/css/ |
| Current File : /home/kamilrogam/poligon/cykle/pseudoselektory-css/target/js/css/template.css |
* {
padding: 0;
margin: 0;
outline: none;
}
body {
font-family: 'Arial', sans-serif;
font-size: 20px;
line-height: 25px;
color: #00293c;
width: 100%;
height: 100%;
background: #ffffff;
text-align: justify;
}
a {
color: #006290;
font-weight: bold
}
.author {
padding: 5px 5%;
z-index: 9;
position: fixed;
bottom: 0px;
width: 90%;
background: #eeeeee;
font-size: 13px;
line-height: 15px;
border-top: 1px solid #cccccc;
height: 33px;
}
.author p {
margin: 0px;
}
.wrapper {
width: 95%;
margin: 0 auto
}
.menu {
text-align: center;
font-size: 15px;
background: #f5f5f5;
padding: 10px;
position: fixed;
width: 100%;
top: 0;
left: 0;
}
ul li {
list-style-type: none;
display: inline-block;
margin: 0 15px;
}
section {
padding: 50px;
margin: 150px 0;
}
.js-highlighted {
background: #f7df1e
}