/* Reset CSS */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Arial, sans-serif;
color: #333;
background-color: #fff;
line-height: 1.6;
}
.container {
width: 80%;
max-width: 1200px;
margin: 0 auto;
}
header, footer {
padding: 20px 0;
text-align: center;
}
h1, h2 {
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
}
a {
color: #333;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
>
’, ’
’);
the_content();
endwhile;
else :
echo ’
Inga inlägg hittades
’;
endif;
?>