<!DOCTYPE html>
<html>
<head>
<title>Chart</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body, html {
height: 100%;
margin: 0;
color: #A9A9A9;
}
.fixed-bg {
background-image: url("chart.png");
/* Set a specified height, or the minimum height for the background image */
min-height: 500px;
background-attachment: fixed;
background-position: relative;
background-repeat: no-repeat;
/* Scale the background image to be as large as possible */
background-size: cover;
}
.txt1 {
font-family: "Lucida Console";
color: red;
font-size: 12pt;
font-weight: normal;
}
</style>
</head>
<body>
<div class="fixed-bg"></div>
<!-- BLURB -->
<div class="fixed-bg">
<div class="txt1">
<span style="background-color:transparent;padding:10px;">some sort of blurb here</span>
</div>
</div>
<!-- CURSOR -->
<div style="position:relative;">
<div style="background-color:red; padding:1px;">
</div></div>
<!-- PADDING -->
<div class="fixed-bg">
<br>
</div>
</body></html>
برچسب:
نویسنده: آیلین رضوانی