Skip to content

Commit

Permalink
CHANGED: colour of name text
Browse files Browse the repository at this point in the history
  • Loading branch information
AleixMT committed Apr 9, 2024
1 parent b684fea commit d1f529b
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions templates/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
.contact-info {
margin-bottom: 10px;
}
.name-info {
color: #000000; /* Text color */
}
.image {
padding: 10px;
text-align: center; /* To center text */
Expand All @@ -22,11 +25,15 @@
<body>

<div id="image-table">
<div class="contact-info">
{{name}}<br>
Telf: <a href="tel:{{internationalPhone}}">{{phone}}</a><br>
<span class="name-info">
{{name}}
</span>
<span class="contact-info">
<br>
Telf: <a href="tel:{{internationalPhone}}">{{phone}}</a>
<br>
Correo: <a href="mailto:{{email}}">{{email}}</a>
</div>
</span>

<table>
<tr>
Expand Down

0 comments on commit d1f529b

Please sign in to comment.