flaskApp / static /css /main.css
Arafath10's picture
Upload 7 files
fb3c402 verified
raw
history blame contribute delete
188 Bytes
#mapid {
height: 700px;
width: 100%;
}
body,
html {
background-image: linear-gradient(
rgba(66, 4, 165, 0.699),
rgba(57, 30, 75, 0.8)
);
background-attachment: fixed;
}