Compartir en:
geeSWAT Pro para ArcGIS Pro
Compartir en:
WebODM inicia una nueva etapa como proyecto independiente
body {
margin: 0;
font-family: 'Poppins', sans-serif;
background: #f5f7fb;
color: #333;
line-height: 1.6;
}
.container {
max-width: 1100px;
margin: auto;
padding: 40px 20px;
}
h1, h2, h3 {
color: #0d47a1;
}
h1 {
text-align: center;
margin-bottom: 30px;
}
.card {
background: white;
border-radius:
Compartir en:
Añadir mapa base en QGIS mediante XYZ Tiles
:root{
--primary:#0C447C;
--secondary:#2e7d32;
--bg:#f4f7fb;
}
body{
margin:0;
font-family:'Poppins',sans-serif;
background:var(--bg);
}
/* HEADER */
.header{
background:white;
padding:15px 40px;
display:flex;
justify-content:space-between;
align-items:center;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}
.logo{
height:55px;