Skip to content

Commit

Permalink
Remove inline styles
Browse files Browse the repository at this point in the history
  • Loading branch information
tygern committed May 4, 2022
1 parent 3b3b473 commit 7ff5665
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,33 @@
<meta name="description" content="is pairing faster?"/>
<meta name="keywords" content="pairing,pair,pair programming,xp,extreme programming"/>
<title>Is pairing faster?</title>
<style>
html {
font-size: 24px;
font-family: Verdana, Helvetica, sans-serif;
}

body {
display: flex;
flex-direction: column;
align-items: center;
gap: 8.33rem;

padding-top: 8.33rem;
}

.yes {
font-size: 4rem;
font-weight: bold;
}
</style>
</head>
<body>
<div style='font-size: 96px; font-weight: bold; text-align: center; padding-top: 200px; font-family: Verdana, Helvetica, sans-serif'>
<div class="yes">
YES
</div>

<div style='font-size: 24px; text-align: center; padding-top: 200px; font-family: Verdana, Helvetica, sans-serif'>
<div>
Read our paper on <a href="https://github.com/initialcapacity/why-pairing-is-faster" style="color: darkslategrey">why pairing is faster</a>.
</div>
</body>
Expand Down

0 comments on commit 7ff5665

Please sign in to comment.