We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8cb0a commit 60564adCopy full SHA for 60564ad
index.html
@@ -37,8 +37,10 @@
37
</head>
38
39
<body class="text-center">
40
- <h1 style="color:white">Purple is a nice colour. </h1>
41
- <h5 style="color:white">Particularly this gradient.</h5>
+ <div style="display:block">
+ <h1 style="color:white">Purple is a nice colour.</h1>
42
+ <h5 style="color:white">Particularly this gradient.</h5>
43
+ </div>
44
45
<!-- Bootstrap JS -->
46
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
0 commit comments