progetto di prova che mostra le macchine fiat e un form che permette di contattare
filippo.bertilotti
2024-04-23 3cf7cfa168285b7401ceff2deaded38beafff808
implementazione style con style.css
1 files added
4 files modified
15 ■■■■ changed files
htdocs/files_comuni/style/style.css 3 ●●●●● patch | view | raw | blame | history
ihtml/500.tpl 3 ●●●● patch | view | raw | blame | history
ihtml/index.tpl 3 ●●●● patch | view | raw | blame | history
ihtml/panda.tpl 3 ●●●● patch | view | raw | blame | history
ihtml/tipo.tpl 3 ●●●● patch | view | raw | blame | history
htdocs/files_comuni/style/style.css
New file
@@ -0,0 +1,3 @@
header {
    background-color: red;
}
ihtml/500.tpl
@@ -3,7 +3,8 @@
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <title>500</title>
    <link rel="stylesheet" href="files_comuni/style/style.css">
</head>
<body>
    {include file="header.tpl"}
ihtml/index.tpl
@@ -5,7 +5,8 @@
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <title>Home</title>
    <link rel="stylesheet" href="files_comuni/style/style.css">
</head>
<body>
    {include file="header.tpl"} 
ihtml/panda.tpl
@@ -3,7 +3,8 @@
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Fiat Panda</title>
    <title>Panda</title>
    <link rel="stylesheet" href="files_comuni/style/style.css">
</head>
<body>
    {include file="header.tpl"}
ihtml/tipo.tpl
@@ -3,7 +3,8 @@
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <title>Tipo</title>
    <link rel="stylesheet" href="files_comuni/style/style.css">
</head>
<body>
    {include file="header.tpl"}