Skip to content

Commit

Permalink
stili mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
leoncloud22 committed Apr 2, 2021
1 parent c25e45c commit e746875
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion final_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="form-style-10">
<h1>GRAZIE PER AVERE PARTECIPATO</h1>
<br>
<span> Un moderatore renderà la tua attività visibile appena possibile </span>
<finaltext> <span> Un moderatore renderà la tua attività visibile appena possibile </span> </finaltext>
<br>
<br>
<button type = "button" class = "button" onclick="document.location.href = 'index.html';" >Torna alla mappa </button>
Expand Down
15 changes: 8 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@ body {
color: #7002b0;
margin-bottom: 5px;
}

.form-style-10 finaltext{
font: normal 24px 'Daytona', Daytona, Daytona, sans-Daytona, sans-serif;
color: #000000;
margin-bottom: 5px;
}

.form-style-10 .section span {
background: #7002b0;
padding: 5px 10px 5px 10px;
Expand Down Expand Up @@ -276,13 +283,7 @@ body {
.form-style-10 label {
font-size: 12px;
}
.form-style-10 .section {
font-size: 12px;
}
.form-style-10 h1 {
font-size: 14px;
}
.form-style-10 label {
.form-style-10 finaltext {
font-size: 12px;
}

Expand Down

0 comments on commit e746875

Please sign in to comment.