Skip to content

Commit 8bc0393

Browse files
totalmente responsivo
1 parent d97abd4 commit 8bc0393

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.vscode/settings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"liveServer.settings.port": 5501
3+
}

style.css

+5
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ p {
112112
text-align: right;
113113
padding: 2.5rem;
114114
align-self: center;
115+
background-image: url(./img/onda.svg);
116+
background-position: center;
115117
}
116118

117119
.vantagens {
@@ -218,6 +220,9 @@ p {
218220

219221
.subtitulo {
220222
text-align: center;
223+
margin-top: 3.75rem;
224+
margin-bottom: -1.5rem;
225+
background-image: none;
221226
}
222227

223228
}

0 commit comments

Comments
 (0)