-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
74 lines (64 loc) · 1.3 KB
/
main.css
File metadata and controls
74 lines (64 loc) · 1.3 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
65
66
67
68
69
70
71
72
73
74
@import url('https://fonts.googleapis.com/css2?family=Pangolin&display=swap');
.profile {
height: 325px;
border-radius: 5px;
border-style: solid;
padding: 0px 305px 0px 350px;
}
.container {
border-radius: 5px;
background-color: #a1b3e2;
padding: 20px 20px 20px 20px;
font-family: 'Pangolin', cursive;
}
.col-25 {
float: left;
width: 25%;
margin-top: 0px;
}
.col-75 {
float: left;
width: 75%;
margin-top: 0px;
}
.buttons {
margin-top: 20px;
display: flex;
justify-content: right;
margin-left: 600px;
}
.update {
margin-right: 20px;
padding: 5px 35px 5px 35px;
border-radius: 5px;
cursor: pointer;
background-color: #57af4c;
font-family: 'Pangolin', cursive;
}
.booking {
margin-right: 20px;
padding: 5px 35px 5px 35px;
border-radius: 5px;
cursor: pointer;
background-color: #57af4c;
font-family: 'Pangolin', cursive;
}
.logout {
padding: 5px 35px 5px 35px;
border-radius: 5px;
cursor: pointer;
background-color: #57af4c;
font-family: 'Pangolin', cursive;
}
.serv_book {
margin-top: 20px;
padding: 5px 35px 5px 35px;
border-radius: 5px;
cursor: pointer;
background-color: #57af4c;
font-family: 'Pangolin', cursive;
}
.foot {
display: flex;
width: 100%;
}