This commit is contained in:
parent
ed464924b9
commit
4078835e4e
3 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
button {
|
||||
text-decoration: none;
|
||||
font-family: "Source Sans 3";
|
||||
font-size: 20pt;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
background-color: #ffffff;
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
font-family: "Source Sans 3";
|
||||
font-size: 20pt;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
|
|
|
@ -17,11 +17,13 @@ body {
|
|||
}
|
||||
|
||||
.title {
|
||||
font-family: "Source Sans 3";
|
||||
font-size: 36pt;
|
||||
font-weight: 900;
|
||||
text-align: center;
|
||||
}
|
||||
.body {
|
||||
font-family: "Source Sans 3";
|
||||
font-size: 24pt;
|
||||
font-weight: 400;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue