-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApp.css
84 lines (75 loc) · 1.21 KB
/
App.css
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
button{
color: white;
font-weight: 600;
float: right;
border-radius: 5px;
border: none;
background-color: rgb(12, 26, 224);
padding: 12px 10px;
}
button:hover{
transition: 200ms;
scale:1.03;
background-color: rgb(59, 143, 211);
}
.column1{
height: 100%;
float: left;
width: 90%;
}
.column2{
height: 100%;
float: left;
width: 10%;
}
.row{
height: 50px;
padding: 20px 50px 0px 30px ;
}
.box{
background-color: rgb(247, 234, 62) !important;
}
.box2{
margin-left: 100px;
}
.avatar{
border-radius: 50%;
}
.column3{
float: left !important;
width: 33% !important;
}
h2{
margin-top: 0px;
padding-top: 0px;
}
.profile {
border: 2px solid rgb(255, 166, 255);
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
max-width: 200px;
margin: 10px 5px;
text-align: center;
font-family: arial;
padding: 15px;
border-radius: 18px;
background-color: rgb(230, 169, 55);
}
.profile:hover{
transition:400ms;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
transform: translateY(-3px);
}
.email {
color: rgb(59, 52, 52);
font-size: 18px;
overflow-wrap: anywhere;
}
.name{
font-size:25px;
font-weight: bold;
}
.loader{
margin-left: 300px;
margin-top: 100px;
margin-right: 80px;
}