-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
95 lines (80 loc) · 2.07 KB
/
style.css
File metadata and controls
95 lines (80 loc) · 2.07 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
.tittle{
border: 1.5px solid black;
height:400px;
display: flex;
background-color: #4D4C7D;
border: 15px solid #A1CCD1;
border-radius: 10px;
}
.topic{
margin-top:100px;
margin-left: 100px;
width: 550px;
height: 200px;
font-size: 2rem;
color:#FEFFAC;
font-family:'Franklin Gothic Medium';
}
.gif{
background-image: url("ST9f.gif");
background-size: cover;
height: 300px;
width: 300px;
margin-top: 1rem;
border-radius: 20px;
box-shadow: 5px 5px 7px rgba(0.5,0.5,0.5,0.5);
margin: auto;
margin-left: 200px;
}
.hover {
border: 8px solid;
border-image: repeating-linear-gradient(135deg,#080202 0 10px,#73BBC9 0 20px,#F1D4E5 0 30px) 8;
-webkit-mask: conic-gradient(from 180deg at top 8px right 8px, #0000 90deg,#000 0)
var(--_i,200%) 0 /200% var(--_i,8px) border-box no-repeat,
conic-gradient(at bottom 8px left 8px, #0000 90deg,#000 0)
0 var(--_i,200%)/var(--_i,8px) 200% border-box no-repeat,
linear-gradient(#000 0 0) padding-box no-repeat;
transition: .3s, -webkit-mask-position .3s .3s;
}
.hover:hover {
--_i: 100%;
color: #000000;
transition: .3s, -webkit-mask-size .3s .3s;
}
.option{
margin-top: 2rem;
flex-wrap: wrap;
display: flex;
justify-content: space-evenly;
border-radius: 10px;
}
.head{
border: 1.5px solid black;
box-shadow: 5px 5px 7px rgba(0.5,0.5,0.5,0.5);
height:100px;
width: 300px;
background-color: aqua;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.content{
border: 1.5px solid black;
box-shadow: 5px 5px 7px rgba(0.5,0.5,0.5,0.5);
height:300px;
width:300px;
background-color: #4D4C7D;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.head p{
font-family: 'Franklin Gothic Medium';
font-size: 2rem;
text-align: center;
margin: auto;
}
.content{
color: white;
}
.box1{
border-radius: 10rem;
}