css php
<?php
header('Content-type: text/css');
/*
Hier werden Variablen und ggf.
Algorithmen festgelegt.
*/
?>
body {
background-color: #ffffff;
color: #000000;
}
css php
<?php
header('Content-type: text/css');
/*
Hier werden Variablen und ggf.
Algorithmen festgelegt.
*/
?>
body {
background-color: #ffffff;
color: #000000;
}
how to use css in php example
<!DOCTYPE html>
<html>
<body>
<style>
.mycss{
color: white;
border:1px solid #000;
background: black;
padding: 10px;
}
</style>
<?php
echo "Welcome to Softhunt.net";
echo "<p class='mycss'>This is a text in PHP echo.</p>";
?>
</body>
</html>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us