-
Notifications
You must be signed in to change notification settings - Fork 1
/
tshirt-desenrascanco.html
30 lines (26 loc) · 1.05 KB
/
tshirt-desenrascanco.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
permalink: /t-shirt/desenrascanco
---
<!DOCTYPE html>
<html lang="{{ site.active_lang }}" class="tshirt tshirt--caracteres tshirt--desenrascanco">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Roboto" rel="stylesheet">
<link href="{{ site.url }}/assets/main.css" rel="stylesheet">
</head>
<body>
<div class="tshirt__container word word--main" contenteditable="true">
<h1 class="word__title">desenrascan<b class="word__highlight">ç</b>o</h1>
<p class="word__row-two">
<span class="word__pronunciation">/ˌdɨ·zɐ̃j̃·ʁɐʃ·ˈkɐ̃·sʊ/</span>
<span class="word__language">Portuguese</span>
</p>
<p class="word__meaning">
(Noun) The art of improvising the solution to a problem, even when one does not have the tools,
skills, or materials needed to do so.
</p>
<div class="word__footer">caracteres.co</div>
</div>
</body>
</html>