Minimal photo gallery +
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

72 lines
2.1 KiB

<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Albums</title>
<link href="pix.png" rel="shortcut icon"/>
<meta charset="utf-8">
<style>
a {
/* color: rgb(128, 128, 128); */
color: rgb(196, 65, 50);
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
background-color: rgb(215, 214, 214);
color: black;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
letter-spacing: 2px;
line-height: 18px;
/* text-transform: uppercase; */
}
div#main {
background-color: rgb(215, 214, 214);
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 48px;
background-position: 0 0, 16px 16px;
background-size: 32px 32px;
}
div#top {
background-color: rgb(210, 207, 207);
color: #b23832;
height: 32px;
left: 0;
line-height: 32px;
padding: 8px 32px;
position: absolute;
right: 0;
top: 0;
}
div#top > a {
color: #b23832;
}
li {
color: rgb(192, 192, 192);
margin-bottom: 12px;
}
ul {
list-style-type: none;
margin: 32px;
padding: 0;
text-align: left;
}
</style>
</head>
<body>
<div id="top">
<a href="../../"><< back</a>
</div>
<div id="main">
<!--# You can edit this file, but only above this line. #-->
<!--# You can edit this file, but only below this line. #-->
</div>
</body>
</html>