separated tags with elements
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<h3>Java is trash, and here is the proof.</h3>
|
||||
</div>
|
||||
<div class="article-description">
|
||||
<p>OPINION DAVID 15.12.2021</p>
|
||||
<p><i>OPINION</i><i>DAVID</i><i>15.12.2021</i></p>
|
||||
</div>
|
||||
<div class="article-body">
|
||||
<p>After a recent vulnerability voices get louder that demand to retire the language.</p>
|
||||
@@ -47,7 +47,7 @@
|
||||
<h3>Render fractals on canvas with WASM.</h3>
|
||||
</div>
|
||||
<div class="article-description">
|
||||
<p>PROGRAMMING DAVID 15.12.2021</p>
|
||||
<p><i>PROGRAMMING</i><i>DAVID</i><i>15.12.2021</i></p>
|
||||
</div>
|
||||
<div class="article-body">
|
||||
<p>Learn how to render mandelbrot fractals with web assembly.</p>
|
||||
@@ -63,7 +63,7 @@
|
||||
<h3>Write directly to the framebuffer with Rust.</h3>
|
||||
</div>
|
||||
<div class="article-description">
|
||||
<p>LINUX DAVID 15.12.2021</p>
|
||||
<p><i>LINUX</i><i>DAVID</i><i>15.12.2021</i></p>
|
||||
</div>
|
||||
<div class="article-body">
|
||||
<p>Learn how to access the framebuffer with Rust.</p>
|
||||
@@ -79,7 +79,7 @@
|
||||
<h3>Kobalt a simple webserver for testing.</h3>
|
||||
</div>
|
||||
<div class="article-description">
|
||||
<p>OPEN SOURCE DAVID 15.12.2021</p>
|
||||
<p><i>OPEN SOURCE</i><i>DAVID</i><i>15.12.2021</i></p>
|
||||
</div>
|
||||
<div class="article-body">
|
||||
<p>Meet kobalt, the new fast and simple production ready webserver.</p>
|
||||
|
||||
@@ -18,7 +18,11 @@ h3 {
|
||||
font-size: 200%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.article-description i {
|
||||
padding: 0 15px 0 0;
|
||||
text-decoration: none;
|
||||
font-style: normal;
|
||||
}
|
||||
p {
|
||||
margin: 0;
|
||||
font-size: 150%;
|
||||
|
||||
Reference in New Issue
Block a user