parent
d83ce78ce0
commit
c3ba2dd657
6 changed files with 144 additions and 3 deletions
@ -0,0 +1,74 @@ |
|||||||
|
|
||||||
|
<style> |
||||||
|
.main-column{ |
||||||
|
display:flex; |
||||||
|
width:100%; |
||||||
|
} |
||||||
|
.column-one{ |
||||||
|
width:50%; |
||||||
|
} |
||||||
|
.column-two{ |
||||||
|
width: 50%; |
||||||
|
} |
||||||
|
.column-three{ |
||||||
|
width:100%; |
||||||
|
} |
||||||
|
.radio-list{ |
||||||
|
list-style-type: none!important; |
||||||
|
} |
||||||
|
.radio-list li{ |
||||||
|
list-style: none!important; |
||||||
|
} |
||||||
|
.radio-list li input{ |
||||||
|
margin-right: 10px; |
||||||
|
} |
||||||
|
.column-four{ |
||||||
|
width:100% |
||||||
|
} |
||||||
|
.form-table{ |
||||||
|
width:100% |
||||||
|
} |
||||||
|
@media print{ |
||||||
|
.main-column{ |
||||||
|
display:flex; |
||||||
|
width:100%; |
||||||
|
} |
||||||
|
.column-one{ |
||||||
|
width:50%; |
||||||
|
} |
||||||
|
.column-two{ |
||||||
|
width: 50%; |
||||||
|
} |
||||||
|
.column-three{ |
||||||
|
width:100%; |
||||||
|
} |
||||||
|
.radio-list{ |
||||||
|
list-style-type: none!important; |
||||||
|
} |
||||||
|
.radio-list li{ |
||||||
|
list-style: none!important; |
||||||
|
} |
||||||
|
.radio-list li input{ |
||||||
|
margin-right: 10px; |
||||||
|
} |
||||||
|
.column-four{ |
||||||
|
width:100% |
||||||
|
} |
||||||
|
.form-table{ |
||||||
|
width:100% |
||||||
|
} |
||||||
|
} |
||||||
|
</style> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<h1>Subscription Notice</h1> |
||||||
|
<br /> |
||||||
|
<div class="main-column"> |
||||||
|
<div class="column-one"> |
||||||
|
|
||||||
|
<b>Email:</b> {{ $email }}<br /><br /> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
|
Loading…
Reference in new issue