-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcsspr.css
More file actions
120 lines (118 loc) · 2.1 KB
/
Copy pathcsspr.css
File metadata and controls
120 lines (118 loc) · 2.1 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
116
117
118
119
120
.center {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.image
{
width: 150px;
height: 150px;
border-radius: 50%;
margin-left: 120px;
margin-top: 10px;
margin-bottom: 10px;
background-color: white;
padding: 3px;
}
.profile .image{
border: solid #4070f4 3px;
}
.profile
{
height: 140px;
background: #4070f4;
border-radius: 24px 24px 0px 0px;
}
.box
{
border-radius: 24px;
box-shadow: 2px 2px 20px #343131;
width: 400px;
height: 500px;
justify-content: center;
}
h3{
text-align: center;
margin-top: 30px;
}
p{
margin-top: 15px;
text-align: center;
font-family: Copperplate, Papyrus, fantasy;
font-size: larger;
height: 0px;
margin-bottom: 40px;
}
.link a{
margin: 0px 35px;
color:#fff;
height:34px;
width: 34px;
padding: 4px;
font-size: 18px;
background: #4070f4 no-repeat center center fixed;
border-radius: 50%;
}
.link a :hover{
transform: scale(1.2,1.2);
}
button
{
margin-top: 50px;
background: #4070f4;
border: #4070f4;
border-radius: 24px;
padding: 8px 24px;
font-weight: 400;
color:#fff;
}
.but .buttton1:hover{
background-color: #2c58d1;
transform: translate(-2px,-2px);
box-shadow: 3px 3px 3px #888888;
}
.but .buttton2:hover{
background-color: #2c58d1;
transform: translate(-2px,-2px);
box-shadow: 3px 3px 3px #888888;
}
.but .buttton1
{
float: left;
margin-left: 40px;
margin-bottom: 50px;
}
.but .buttton2
{
float: right;
margin-right: 45px;
}
.like
{
display: flex;
clear: both;
margin: 50px;
}
.icon1
{
margin-right: 20px;
padding: 0px 5px;
}
.icon2
{
margin-right: 20px;
}
.like .number
{
border-right: solid #e7e7e7 1px;
padding: 0px 20px;
}
.zoom .box:hover
{
transition: all 1.0s ease-out;
transform: scale3d(1.1,1.1,1.1);
box-shadow: 4px 4px 40px #050505;
}