-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
64 lines (61 loc) · 1.02 KB
/
styles.css
File metadata and controls
64 lines (61 loc) · 1.02 KB
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
61
62
63
64
* {
margin: 0;
padding: 0;
}
.bg-image {
background-image: url(image2.png);
padding: 100px 50px;
width: 100%;
height: 50vh;
margin: 0%;
box-sizing: border-box;
}
body {
background-color: #deb887;
}
.bg-para {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align-last: center;
font-size: x-large;
width: 100%;
}
.content {
width: 750px;
background-color: #f0e4d4;
padding: 60px;
margin-top: -280px;
border-radius: 32px;
}
.headfont {
color: aliceblue;
text-align: center;
font-size: 50px;
}
#getname-btn {
color: azure;
font-weight: bolder;
padding-bottom: 10px;
padding-top: 10px;
width: 300px;
height: 50px;
border-radius: 5px;
background-color: brown;
margin-bottom: 50px;
margin-top: 10px;
font-size: large;
}
.foot {
background-color: coral;
text-align: center;
}
input[type="date"] {
height: 50px;
width: 300px;
border: none;
box-shadow: 5px 5px 50px rgba(95, 95, 95, 0.3);
border-radius: 8px;
margin: 20px 0;
}