-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
49 lines (43 loc) · 950 Bytes
/
index.css
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
body {
background-image: url("https://cdn.magicawakened.com/app/uploads/2023/04/18143024/WBG_Mystical_Wallpapers_Hogwarts_16x9_03_LA-1200x900.png");
background-size: cover;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: bold;
color:blanchedalmond;
text-align: center;
height: 100vh;
}
h1 {
margin-top: 10px;
margin-bottom: 10px;
}
h2 {
font-size: 50px;
margin-top: 0;
margin-bottom: 20px;
}
button {
border: 2p;
padding-top: 10px;
padding-bottom: 10px;
color: white;
font-weight: bold;
width: 200px;
margin-bottom: 5px;
border-radius: 5px;
}
#increment-btn {
background:coral
}
#save-btn {
background: darkgreen;
}
.myapp
{
background:teal;
border: 3px solid;
border-radius: 15px;
max-width: 80%;
margin: auto;
padding: auto;
}