apenastexto.eletrotupi.com

ref: master

./style.css


 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
31
32
33
34
35
36
body {
    font-family: "Inter", "Inter UI", -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    color: #000;
    line-height: 1.6;
    padding: 1em;
    margin: 40px auto;
    max-width: 44em;
}


h1 { text-align: center; }

h1.title { font-size: 2.5em; }

hr {
  width: 100%;
  margin: 30px auto;
  border: 0 none;
  border-top: 2px dashed #444444 ;
  background: none;
  height: 0;
}

blockquote {
    border: 2px dashed #444444;
    padding: 10px;
    margin: 0;
}

blockquote:before {
    content: "Isso quer dizer que...";
    font-size: 1.2em;
    font-weight: bold;
}