Compare commits
No commits in common. "bd8825356abd54d832626f953e9b9d1b7dc9719e" and "988b683494fc1e9fd1786b1e8c87ac50435663ea" have entirely different histories.
bd8825356a
...
988b683494
2 changed files with 10 additions and 21 deletions
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
|
@ -2,8 +2,7 @@
|
|||
#signature-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
color: #707070;
|
||||
font-size: 15px;
|
||||
color: #898989;
|
||||
}
|
||||
|
||||
.signature-column {
|
||||
|
@ -16,39 +15,29 @@
|
|||
#signature-column-right {
|
||||
margin-left: 20px;
|
||||
padding-left: 20px;
|
||||
border-left: 1px solid #707070;
|
||||
border-left: 1px solid #898989;
|
||||
}
|
||||
|
||||
#signature-name {
|
||||
font-weight: bold;
|
||||
color: #454594;
|
||||
}
|
||||
|
||||
#print {
|
||||
font-size: 10px;
|
||||
color: #59F591;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
#logo {
|
||||
width: 100px;
|
||||
color: blue;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div id="signature-container">
|
||||
<div class="signature-column">
|
||||
<img id="logo" src="edurable-logo.png" alt="e-Durable logo" />
|
||||
<small>
|
||||
<img src="edurable-logo.png" alt="e-Durable logo" />
|
||||
<div>
|
||||
Domaine des Pins C<br />
|
||||
1196 Gland, Switzerland
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="signature-column" id="signature-column-right">
|
||||
<div>
|
||||
<span id="signature-name">Name Surname</span>
|
||||
<span id="signature-name">Chauve Souris</span>
|
||||
<br />
|
||||
Job postion
|
||||
<small>Test User</small>
|
||||
</div>
|
||||
<div>+41 78 888 88 88</div>
|
||||
<div>+41 76 666 66 66</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="print">Think before you print.</div>
|
||||
|
|
Loading…
Reference in a new issue