mirror of
https://github.com/osmarks/random-stuff
synced 2025-09-06 12:27:56 +00:00
declassify some projects
This commit is contained in:
BIN
arbitrary-politics-graphs/g1.png
Normal file
BIN
arbitrary-politics-graphs/g1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
arbitrary-politics-graphs/g2.png
Normal file
BIN
arbitrary-politics-graphs/g2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
arbitrary-politics-graphs/g3.png
Normal file
BIN
arbitrary-politics-graphs/g3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
arbitrary-politics-graphs/g4.png
Normal file
BIN
arbitrary-politics-graphs/g4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
40
arbitrary-politics-graphs/test.html
Normal file
40
arbitrary-politics-graphs/test.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<style>
|
||||
.outer {
|
||||
display: flex;
|
||||
}
|
||||
.inner {
|
||||
width: 50%;
|
||||
}
|
||||
img {
|
||||
width: 30em;
|
||||
}
|
||||
h1 {
|
||||
font-style: italic;
|
||||
font-size: 4em;
|
||||
font-weight: 400;
|
||||
margin-top: 0;
|
||||
}
|
||||
h2 {
|
||||
font-style: italic;
|
||||
margin-top: 0;
|
||||
font-size: 3em;
|
||||
font-weight: 400;
|
||||
}
|
||||
</style>
|
||||
<div class="outer">
|
||||
<div class="inner">
|
||||
<h1>if I am elected</h1>
|
||||
<h2>good things</h2>
|
||||
<img src="g1.png">
|
||||
<h2>bad things</h2>
|
||||
<img src="g2.png">
|
||||
</div>
|
||||
<div class="inner">
|
||||
<h1>otherwise</h1>
|
||||
<h2>good things</h2>
|
||||
<img src="g4.png">
|
||||
<h2>bad things</h2>
|
||||
<img src="g3.png">
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user