-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshadow.css
More file actions
95 lines (91 loc) · 2.25 KB
/
Copy pathshadow.css
File metadata and controls
95 lines (91 loc) · 2.25 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
/* div{
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
background-color: lch(33.88% 125.21 308.2);
height: 100px;
width: 100px;
box-shadow: 10px 10px 5px rgba(128, 128, 128, 0.349);
margin: 100px 100px 100px 100px;
color: whitesmoke;
text-align: center;
text-shadow: 10px 4px 3px grey;
}
body{
/* background-image: url(images.jpg); */
/* /* backface-visibility: visible; */
/*
body{
display: flex;
justify-content: center;
align-items: center;
margin-top: 100px; */
.div{
display: inline-block;
align-content: center;
text-align: center;
justify-content: center;
align-items: center;
width: 100px;
height: 100px;
border-radius: 50px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
text-shadow: 3px 10px 2px grey;
/* float: right; */
/* margin: 1px; */
}
.mg{
display: inline-block;
background-color: red;
width: 100px;
height: 100px;
justify-content: center;
align-items: center;
box-shadow: 4px 4px 10px rgba(255, 0, 0, 0.815);
border-radius: 5px;
padding: 20px;
text-shadow: 1px 4px 2px whitesmoke;
}
.display{
display: inline-block;
width: 150px;
height: 150px;
background-color: white;
border-radius: 75px;
text-align: center;
justify-content: center;
justify-items: center;
align-items: center;
align-content: center;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
text-shadow: 3px -15px 2px rgb(18, 35, 66);
}
/* .text{
text-align: center;
text-transform: uppercase;
text-decoration: underline;
background-color: rgba(158, 156, 156, 0.301);
width: fit-content;
/* font-family: |Bitcount Grid Double; */
/* font-weight: normal; */
.text{
font-family: "Bitcount Grid Double Ink", system-ui;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
font-variation-settings:
"slnt" 0,
"CRSV" 0.5,
"ELSH" 0,
"ELXP" 0,
"SZP1" 0,
"SZP2" 0,
"XPN1" 0,
"XPN2" 0,
"YPN1" 0,
"YPN2" 0;
}
h1{
font-size: 50px;
}