move global css

2_hello_name
Ann-Kathrin Stracke 2025-01-28 08:35:31 +01:00
parent cc8c5c6711
commit cd7a2a8d6b
2 changed files with 34 additions and 1 deletions

View File

@ -1,10 +1,11 @@
<!DOCTYPE html>
<html lang="">
<head>
<link rel="stylesheet" href="src/assets/global.css">
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>Vue Test Projekt</title>
</head>
<body>
<div id="app"></div>

View File

@ -0,0 +1,32 @@
body {
display: flex;
justify-content: center;
}
.input-mask {
background-color: aquamarine;
padding: 1em;
text-align: center;
}
.list {
padding: 1em;
background-color: cadetblue;
justify-content: center;
display: flex;
flex-direction: column;
}
table {
border-collapse: collapse;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
text-align: left;
}
th {
background-color: #f4f4f4;
}