-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.css
More file actions
115 lines (98 loc) · 1.9 KB
/
Copy pathapp.css
File metadata and controls
115 lines (98 loc) · 1.9 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
@import url("https://fonts.googleapis.com/css2?family=Calistoga&display=swap");
body {
background-color: rgb(163, 155, 145);
}
button {
color: white;
width: 150px;
font-weight: 600;
font-size: 20px;
float: right;
border-radius: 5px;
border: none;
background-color: rgba(224, 131, 44, 0.986);
padding: 12px 10px;
}
button:hover {
scale: 1.03;
color: black;
background-color: rgb(255, 255, 255);
font-weight: bolder;
cursor: pointer;
}
.column1 {
height: 80%;
width: 50%;
float: left;
width: 80%;
font-family: Pacifico;
color: white;
margin-left: 50px;
text-shadow: 2px 2px 3px rgb(151, 158, 165);
letter-spacing: 2px;
}
.column2 {
height: 100%;
float: left;
width: 30%;
margin-right: 50px;
}
.row {
display: flex;
height: 60px;
padding: 7px 11px;
}
.box {
background-color: rgb(114, 221, 176);
}
.box2 {
margin-left: 120px;
}
.avatar {
border-radius: 10%;
}
.column3 {
float: left !important;
width: 33% !important;
}
h1 {
margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
font-size: 50px;
color: black;
}
.profile {
border: #000000;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
max-width: 250px;
margin: 20px 5px;
text-align: center;
font-family: arial;
padding: 20px;
border-radius: 18px;
background-color: #dce65d;
}
.profile:hover {
transition: 400ms;
box-shadow: 8px 8px 5px rgb(83, 83, 83);
transform: translateY(-8px);
}
.email {
color: rgb(39, 33, 33);
font-size: 18px;
font-weight: 700;
overflow-wrap: anywhere;
}
.name {
font-size: 25px;
font-weight: bolder;
}
#main {
padding: 10px 80px;
margin: 0 auto;
display: none;
}
.loader {
margin: 0 auto;
}