Skip to content

Commit 7897f69

Browse files
committed
Make header fancier
1 parent 1653b63 commit 7897f69

File tree

1 file changed

+19
-23
lines changed

1 file changed

+19
-23
lines changed

index.md

Lines changed: 19 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@ it will no longer be possible to develop apps for the Android platform
1212
without first registering centrally with Google.
1313
This registration will involve:
1414

15-
<div style="display: inline-flex; align-items: center; vertical-align: middle;">➤ <img style="vertical-align: middle;" src="img/money_bag.svg" /> Paying a fee to Google</div>
16-
<br />
17-
<div style="display: inline-flex; align-items: center; vertical-align: middle;">➤ <img style="vertical-align: middle;" src="img/contract_edit.svg" /> Agreeing to Google's Terms and Conditions</div>
18-
<br />
19-
<div style="display: inline-flex; align-items: center; vertical-align: middle;">➤ <img style="vertical-align: middle;" src="img/id_card.svg" /> Providing government identification</div>
20-
<br />
21-
<div style="display: inline-flex; align-items: center; vertical-align: middle;">➤ <img style="vertical-align: middle;" src="img/fingerprint.svg" /> Uploading evidence of the developer's private signing key</div>
22-
<br />
15+
<div style="display: inline-flex; align-items: center; vertical-align: middle;">➤ <img style="vertical-align: middle;" src="img/money_bag.svg" /> Paying a fee to Google</div> <br />
16+
<div style="display: inline-flex; align-items: center; vertical-align: middle;">➤ <img style="vertical-align: middle;" src="img/contract_edit.svg" /> Agreeing to Google's Terms and Conditions</div> <br />
17+
<div style="display: inline-flex; align-items: center; vertical-align: middle;">➤ <img style="vertical-align: middle;" src="img/id_card.svg" /> Providing government identification</div> <br />
18+
<div style="display: inline-flex; align-items: center; vertical-align: middle;">➤ <img style="vertical-align: middle;" src="img/fingerprint.svg" /> Uploading evidence of the developer's private signing key</div> <br />
2319
<div style="display: inline-flex; align-items: center; vertical-align: middle;">➤ <img style="vertical-align: middle;" src="img/receipt.svg" /> Listing all current and future application identifiers</div>
2420

2521

@@ -275,24 +271,24 @@ DISABLEDbody::before {
275271
}
276272

277273
h1 {
278-
font-size: 46px;
279-
font-weight: 600;
280-
color: #2c3e50;
281-
margin: 0;
282-
display: flex;
283-
align-items: center;
284-
gap: 20px;
274+
font-size: 46px;
275+
font-weight: 600;
276+
color: #2c3e50;
277+
margin: 0;
278+
display: flex;
279+
align-items: center;
280+
gap: 20px;
281+
text-align: center;
285282

286283
}
287284

288-
.h1::before,
289-
.h1::after {
290-
content: '';
291-
flex: 1;
292-
height: 2px;
293-
background: linear-gradient(90deg, transparent, #3498db, transparent);
294-
max-width: 100px;
295-
}
285+
h1::before, h1::after {
286+
content: '';
287+
flex: 1;
288+
height: 2px;
289+
background: linear-gradient(90deg, transparent, #3498db, transparent);
290+
max-width: 100px;
291+
}
296292

297293

298294
html, body: {

0 commit comments

Comments
 (0)