-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
91 lines (73 loc) · 1.22 KB
/
style.css
File metadata and controls
91 lines (73 loc) · 1.22 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
/* ========================== */
.legen {
position: relative;
width: 25%;
}
.imagejum {
display: block;
border-radius: 45%;
width: auto;
height: auto;
}
.overlay {
position: absolute;
border-radius: 30%;
bottom: 100%;
left: 0;
right: 0;
background-color: #262625;
overflow: hidden;
width: 100%;
height: 0;
transition: .5s ease;
}
.legen:hover .overlay {
bottom: 0;
height: 100%;
}
.textleg {
white-space: nowrap;
font-size: 20px;
position: absolute;
overflow: hidden;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}
/* ======================================= */
#topleft {
border-radius: 5% 45% ;
footer {
background-color: #595958;
font-style: italic;
}
#socmed {
background-color: #262625;
}
.carduxg {
border-radius: 25%;
}
/* =========================================== */
.underdev{
background: rgba(38, 38, 37, 0.6)
}
.fotobel {
position: relative;
display: block;
}
popup{
border-color: #262625;
}
.subbtn {
background-color: #595958;
color: #262625;
border-radius: 25%;
width: 100%;
height: 100%;
font-size: 20px;
font-weight: bold;
border: none;
cursor: pointer;
transition: 0.5s ease;
}