Show sourcecode
The following files exists in this folder. Click to view.
public_html/gamla-kurser/webbutv1/projekt/MemoRing/pages/aboutus/
aboutus.css
bilder/
index.html
aboutus.css
52 lines ASCII Windows (CRLF)
@import url('https://fonts.googleapis.com/css2?family=Reddit+Mono:wght@200..900&display=swap');
#stockholm {
width: 100%;
height: 100%;
object-fit: cover;
}
.partner-logo {
margin-left: 2%;
margin-right: 2%;
height: 5em;
width: auto;
object-fit: cover;
}
.frame {
position: relative;
width: 100%;
height: 25em;
max-height: 20em;
}
.fade {
width: 100%;
height: 100%;
position:absolute;
background: -webkit-linear-gradient(left,
rgba(0,0,0,0) 0%,
rgba(0,0,0,0) 20%,
rgba(0,0,0,0.5) 50%,
rgba(0,0,0,1) 90%
);
}
.right-text {
position: absolute;
top: 25%;
right: 10%;
color: white;
font-family: 'Reddit Mono', monospace;
font-size: 3em;
}
@media screen and (max-width: 768px) {
#gmap_canvas {
width: 100%;
}
.page-title {
margin-top: 6em;
}
}