mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 01:51:54 +02:00
test de form
This commit is contained in:
parent
ee5cc8b2f3
commit
42e3badfda
2 changed files with 19 additions and 0 deletions
|
@ -5,4 +5,5 @@
|
|||
{{ else }}
|
||||
{{ partial "partials/home/profile.html" . }}
|
||||
{{ end }}
|
||||
{{- partial "newsletter.html" . -}}
|
||||
{{ end }}
|
||||
|
|
18
layouts/partials/newsletter.html
Normal file
18
layouts/partials/newsletter.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<div style="display: flex; align-items: center; justify-content: center;">
|
||||
<iframe width="540" height="305" src="https://b3fbfc70.sibforms.com/serve/MUIFAHzXoXFtaINNsBNBctF2oNCu4kyEuSzi_RR6EHQAWqjSpDAGF-szqMtR9hMrELvNrq0cjPLsDxx3hMmvmfoQ2tOPNxtHyHaWWnugXchm50T-GWXuJ6aNtVg2aIHz14nUaYaqUH9r46bK_3VPfJGwi1wFPZlIh_ArNyuDAqM-WWFbFM-75ZCRlJQPhow7Opemlej6luOcx554" frameborder="0" scrolling="auto" allowfullscreen style="display: block; max-width: 100%;"></iframe>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
iframe {
|
||||
margin-right: 10px; /* distanța dintre caseta de input și buton */
|
||||
}
|
||||
|
||||
.sib-form {
|
||||
display: flex;
|
||||
align-items: center; /* aliniază vertical */
|
||||
}
|
||||
|
||||
.sib-form input[type="submit"] {
|
||||
margin-left: 10px; /* distanța dintre caseta de input și buton */
|
||||
}
|
||||
</style>
|
Loading…
Add table
Reference in a new issue