Skip to content

Commit

Permalink
sistemata pleonasi in una classe di stile e nella pagina di descrizione
Browse files Browse the repository at this point in the history
  • Loading branch information
leoncloud22 committed Apr 9, 2021
1 parent 637f627 commit 390d205
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file removed assets/background3.png
Binary file not shown.
Binary file removed assets/prova_agenda2030.png
Binary file not shown.
2 changes: 1 addition & 1 deletion description.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>

<body>
<div style="background-image:url('assets/sfondo_trasparente2.png');height: 1200px; background-repeat: no-repeat; background-position: center">
<div class="background">

<p style = "text-align: center; font-size:50px;"> <b>CHI SIAMO </b></p>

Expand Down
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,12 @@ body {
}
.background {
position: absolute;
background-image:url('assets/background3.png');
height: 100%;
background-image:url('assets/sfondo_trasparente2.png');
height: 150%;
background-repeat:no-repeat;
background-position: center;
background-size: auto;

}

@media only screen and (max-width: 1000px) {
Expand Down

0 comments on commit 390d205

Please sign in to comment.