diff options
Diffstat (limited to 'dst/ase.html')
-rw-r--r-- | dst/ase.html | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/dst/ase.html b/dst/ase.html index e85e6d4..6512fb9 100644 --- a/dst/ase.html +++ b/dst/ase.html @@ -9,12 +9,9 @@ <link rel="stylesheet" href="styles/style.css"> </head> <body> - <div style="min-height:100vh; display:flex; flex-direction:column; justify-content:space-between;"> - <div> - <header> - <a href="/" class="homepage-link">adast.xyz</a> - </header> - <div class="center"> + <header> + <a href="/" class="homepage-link">adast.xyz</a> + </header> <h1 id="q1.-software-process-model---waterfall">Q1. Software Process Model - Waterfall</h1> <h2 id="what-is-software-engineering-a-response-to">What is software engineering a response to?</h2> @@ -923,8 +920,6 @@ Makes the development and release process faster and more robust.</p> <p>Automated access to well defined environments. Tools like Docker for containerization or Virtual Machines.</p> - </div class="center"> - </div> <footer> <a href="/" class="homepage-link">adast.xyz</a> — |