/* 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;
?>



__(’Header Menu’)
));
}
add_action(’after_setup_theme’, ’baseborn_theme_setup’);

// Ladda CSS och JavaScript
function baseborn_enqueue_styles() {
wp_enqueue_style(’main-style’, get_stylesheet_uri());
}
add_action(’wp_enqueue_scripts’, ’baseborn_enqueue_styles’);
?>

’, ’

’);
the_content();
endwhile;
else :
echo ’

Inget innehåll att visa.

’;
endif;
?>