-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
119 lines (107 loc) · 1.71 KB
/
style.css
File metadata and controls
119 lines (107 loc) · 1.71 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
body {
background-color: #0D192C;
display:flex;
height: 800px;
width: 100%;
justify-content: center;
align-items: center;
}
a:hover {
color: cyan;
}
.container {
position: relative;
width: 50%;
}
a {
color: white;
text-decoration: none;
}
img {
width: 302px;
height: 302px;
padding:24px;
border-radius: 28px;
}
h1 {
font-size: 22px;
font-family: 'Outfit', sans-serif;
color: white;
margin-left: 25px;
}
p {
font-size: 18px;
font-family: 'Outfit', sans-serif;
color: #8BACD9;
margin-top: 20px;
text-align: center;
}
svg {
color: #2E405A;
width:324px;
height: 1px;
}
span {
display:flex;
justify-content: left;
align-items: center;
}
.center {
display: flex;
}
.remove {
margin: 0px;
border: 0px;
padding: 21px;
padding-right: 5px;
}
.remove1{
margin: 0px;
border: 0px;
padding: 0px;
}
.class1 {
width: 350px;
height: 596px;
background-color:#15263F;
}
.klasi{
display: flex;
}
.image {
opacity: 1;
display: block;
width: 100%;
height: auto;
transition: .5s ease;
backface-visibility: hidden;
}
.middle {
transition: .5s ease;
opacity: 0;
position: absolute;
top: 50%;
left: 100%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
}
.container:hover .image {
opacity: 0.3;
}
.container:hover .middle {
opacity: 1;
}
.text {
background-color: cyan;
opacity: 0.7;
border-radius: 40px;
padding:105px;
border-radius: 2px;
}
.textback{
width: 44px;
height: 30px;
padding:24px;
border-radius: 28px;
}