You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
XPPL/app/static/css/style.css

32 lines
308 B
CSS

6 years ago
*{
font-family: "Helvetica"
}
body{
background-color: #f1f1f1;
6 years ago
}
p{
font-size: 20px;
6 years ago
}
a{
6 years ago
text-decoration: underline;
6 years ago
color: black;
6 years ago
}
a:hover{
text-decoration: underline;
color: #0000FF;
}
6 years ago
#map {
6 years ago
position: absolute;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
z-index: -1;
6 years ago
}