Progress und aber auch Über uns

This commit is contained in:
2026-03-24 00:33:53 +01:00
parent 58472b28ca
commit 87c7193686
6 changed files with 55 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
.header {
background-color: darkred;
background-color: #999;
}
.banner {
@@ -9,7 +9,7 @@
}
.language {
background-color: #f8b803;
background-color: #ccc;
}
#logo {
@@ -18,7 +18,7 @@
}
.ticker {
background-color: #0f0;
background-color: #0c0;
min-height: 2vh;
}
@@ -29,13 +29,13 @@
.navbar {
background-color: pink;
background-color: #ccc;
min-height: 80vh;
}
.content {
background-color: aqua;
background-color: #dcccaa;
min-height: 80vh;
}

View File

@@ -1,5 +1,9 @@
function remove(lang){
let s = [];
$("#ticker_" + lang).each(function(){
s.push($(this).val());
});
console.log(JSON.stringify(s));
}
function insert(lang){