-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
61 lines (52 loc) · 1015 Bytes
/
Copy pathindex.css
File metadata and controls
61 lines (52 loc) · 1015 Bytes
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
49
50
51
52
53
54
55
56
57
58
59
60
body {
background-image: url("s.webp") ;
min-width: 400px;
min-height: 300px;
background-size: cover;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: bold;
text-align: center;
}
#all{
margin: auto;
padding-top: 50px;
}
h1 {
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
h2 {
font-size: 50px;
margin-top: 0;
margin-bottom: 20px;
padding : 10px;
}
#savename {
background:green ;
width: 60px;
margin-left: 5px;
}
#my-name{
border : solid 1px black;
border-radius: 10px;
height: 28px;
text-align: center;
padding-bottom: 4px;
}
button {
border: none;
padding-top: 8px;
padding-bottom: 8px;
color: white;
font-weight: bold;
width: 200px;
margin-bottom: 5px;
border-radius: 10px;
}
#increment-btn {
background: darkred;
}
#save-btn {
background: darkgreen;
}