utility web pages

for a consistent visual style
This commit is contained in:
adam 2024-01-19 19:46:10 -05:00
parent 1655386c0c
commit 46538aa259
4 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,27 @@
<html>
<head>
<style type="text/css">
body{
padding:0;
margin:0;
background-color: #00FF00;
}
.wrap {
display: flex;
}
.wrap span {
align-self: flex-end;
color: #DEDEDE;
font-size: 5em;
width:100%;
text-align: center;
}
</style>
</head>
<body>
<div class="wrap" style="width:3840; height:2160; margin:0">
<span>(Dramatic Reenactment)</span>
</div>
</body>
</html>

View File

@ -0,0 +1,43 @@
<html>
<head>
<style type="text/css">
body{
background-color: #00FF00;
padding:0;
margin:0;
}
.credit{
color: #DEDEDE;
font-size: 3em;
background-color: #333333;
border: 5px solid #CECECE;
border-radius: 1em;
display:inline-flex;
flex-flow: row nowrap;
}
.number{
padding:0.75em;
border-right: 5px solid #CECECE;
}
.text{
padding: 0.25em 1em 0.25em 0.25em;
}
img.src{
height:1em;
}
</style>
</head>
<body>
<div style="width:3840; height:2160; margin:0">
<div class="credit">
<div class="number">
[14]
</div>
<div class="text">
Zaha Hadid Architects' King Abdullah Petroleum Studies and Research Center<br />
<img class="src" src="youtube.png" />/ArchDaily
</div>
</div>
</div>
</body>
</html>

BIN
utility web pages/vimeo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB