55 lines
867 B
CSS
55 lines
867 B
CSS
body {
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-attachment: fixed;
|
|
background-position: right;
|
|
font-family: sans-serif;
|
|
margin-left: 0px;
|
|
}
|
|
.ct1 {
|
|
background-color: rgba(020,020,020,0.4);
|
|
color: white;
|
|
margin-top: 30px;
|
|
font-size: 1.8em;
|
|
display: inline-block;
|
|
}
|
|
.txt1 {
|
|
padding: 4px;
|
|
margin-left: 12px;
|
|
margin-right: 12px;
|
|
}
|
|
.ct2 {
|
|
color: #333;
|
|
position: absolute;
|
|
top: 44%;
|
|
left: 20%;
|
|
right: 20%;
|
|
font-size: 1em;
|
|
display: inline-block;
|
|
}
|
|
.txt2 {
|
|
text-align: center;
|
|
}
|
|
.txt2 span {
|
|
font-size: 60%;
|
|
margin-left: 8px;
|
|
}
|
|
footer {
|
|
background-color: rgba(020,020,020,0.4);
|
|
color: white;
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
width: 130px;
|
|
height: 130px;
|
|
border-top-right-radius: 130px;
|
|
font-size: 1.8em;
|
|
}
|
|
.txt3 {
|
|
position: relative;
|
|
top: 46%;
|
|
margin-left: 9%;
|
|
}
|