-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfirmedPage.css
More file actions
54 lines (54 loc) · 1.13 KB
/
confirmedPage.css
File metadata and controls
54 lines (54 loc) · 1.13 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
body{
font-family: Gilroy, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
#container{
/* border: 4px solid crimson; */
text-align: left;
align-items: center;
width: 60%;
margin: auto;
margin-top: 90px;
/* padding: 10% 6%; */
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
border-radius: 10px;
}
.home {
position: absolute;
right: 69px;
top: 29px;
padding: 8px 30px;
border-radius: 20px;
background-color: #a5a5ef;
border: none;
color: white;
font-size: 16px;
}
#container > #header{
/* border: 2px dashed teal; */
text-align: center;
margin-top: 20px;
padding-top: 25px;
}
.marging-right-10 {
margin-right: 10px;
}
#container > #header >h3{
margin-bottom: -10px;
}
#footer{
/* border: 2px dashed blue; */
margin: 18px 25% 10px 25%;
margin-bottom: 300px;
padding-top: 17px;
}
#footer >h5{
text-align: center;
}
#footer > h3> i{
color: darkcyan;
}
#container > a {
margin-left: 10px;
margin-bottom: 20px;
color: darkcyan;
}