54 lines
983 B
CSS
54 lines
983 B
CSS
|
body {
|
||
|
background-image: url("https://images.unsplash.com/photo-1495195129352-aeb325a55b65?ixlib=rb-1.2.1&auto=format&fit=zoom&w=1024&q=80");
|
||
|
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%;
|
||
|
}
|
||
|
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%;
|
||
|
}
|