* Some CSS improvements

This commit is contained in:
Michaël Van Canneyt 2021-12-28 22:26:30 +01:00
parent 7bf378ec15
commit 984ed3c8b1

View File

@ -1,3 +1,4 @@
<!doctype html>
<html lang="en">
<head>
@ -5,11 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FPC-Webassembly and Pas2JS Demo</title>
<link href="bulma.min.css" rel="stylesheet">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css"> -->
<script src="demowasienv.js"></script>
<style>
.source {
width: 730px;
/* width: 730px; */
margin: -45px auto;
font-size: 0.9em;
}
@ -18,16 +20,16 @@
display: flex;
justify-content: space-between;
align-items: center;
width: 482px;
/* width: 482px; */
}
</style>
</head>
<body>
<div class="section">
<div class="section pb-4">
<h1 class="title is-4">FPC compiled wasm program console output:</h1>
<div id="pasjsconsole"></div>
<div class="box" id="pasjsconsole"></div>
</div>
<hr>
<!-- <hr> -->
<div class="section">
<div class="source">
<div class="source-inner">