Aggiunta di stili
This commit is contained in:
parent
4d7c7ccb9e
commit
4687c640d0
1 changed files with 26 additions and 0 deletions
26
index.html
26
index.html
|
@ -191,6 +191,32 @@
|
|||
font-weight: bolder;
|
||||
color: lightgreen;
|
||||
}
|
||||
#header {
|
||||
background-color:black;
|
||||
color:white;
|
||||
text-align:center;
|
||||
padding:5px;
|
||||
}
|
||||
#nav {
|
||||
line-height:30px;
|
||||
background-color:#eeeeee;
|
||||
height:300px;
|
||||
width:100px;
|
||||
float:left;
|
||||
padding:5px;
|
||||
}
|
||||
#section {
|
||||
width:350px;
|
||||
float:left;
|
||||
padding:10px;
|
||||
}
|
||||
#footer {
|
||||
background-color:black;
|
||||
color:white;
|
||||
clear:both;
|
||||
text-align:center;
|
||||
padding:5px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Reference in a new issue