You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
1013 B
75 lines
1013 B
2 years ago
|
|
||
|
<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>
|
||
|
|
||
|
|