Compare commits
No commits in common. "e14f69f45ce585cadf9a1e261f29b690a91bdcd5" and "f8d3855e6581e1dec20bc1aef697d9dadb590269" have entirely different histories.
e14f69f45c
...
f8d3855e65
@ -1,43 +0,0 @@
|
|||||||
* {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
min-height: 100vh;
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
background: linear-gradient(135deg, #74ebd5, #9face6);
|
|
||||||
padding: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card {
|
|
||||||
background: rgba(255, 255, 255, 0.15);
|
|
||||||
padding: 40px 30px;
|
|
||||||
border-radius: 20px;
|
|
||||||
text-align: center;
|
|
||||||
color: white;
|
|
||||||
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
|
|
||||||
max-width: 700px;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-size: 2.5rem;
|
|
||||||
margin-bottom: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
font-size: 1.5rem;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
font-weight: 400;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-size: 1.1rem;
|
|
||||||
font-weight: 300;
|
|
||||||
opacity: 0.9;
|
|
||||||
}
|
|
||||||
@ -1,16 +1,14 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Meine Webseite</title>
|
<title>Document</title>
|
||||||
<link rel="stylesheet" href="salih-hasicic-app.css">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="card">
|
|
||||||
<h1>Das ist meine hunderste Webseite</h1>
|
<h1>Das ist meine hunderste Webseite</h1>
|
||||||
<h2>Schön, dass du da bist!</h2>
|
<h2>Schön da du da bist!</h2>
|
||||||
<h3>Have fun on here</h3>
|
<h3>Have fun on here</h3>
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user