html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Irene's Diary ✨ - Chapter 2</title>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Indie+Flower&display=swap" rel="stylesheet">
<style>
body {
background: url('https://images.unsplash.com/photo-1506748686214-e9df14d4d9d0') no-repeat center center fixed;
background-size: cover;
font-family: 'Indie Flower', cursive;
color: #5c3a55;
padding: 30px;
}
.diary-container {
max-width: 700px;
margin: auto;
background: rgba(20, 20, 20, 0.9);
padding: 20px;
border-radius: 15px;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
color: white;
}
h1, h2 {
font-family: 'Dancing Script', cursive;
text-align: center;
color: #ff4081;
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Exécuter