-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmainScreen.css
More file actions
41 lines (32 loc) · 740 Bytes
/
Copy pathmainScreen.css
File metadata and controls
41 lines (32 loc) · 740 Bytes
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
/** Creating the stylish rounded card */
.card {
margin: 25px;
width: 350px ;
box-shadow: 0 15px 25px rgba(129, 124, 124, 0.2);
height : auto;
border-radius: 28px;
backdrop-filter: blur(14px);
background-color: rgba(255, 255, 255, 0.452);
padding: 25px;
}
body {
display: inline;
background-image: url("icons/macos_wallpaper.jpg");
}
/* .button {
background-color: none;
color: rgb(255, 255, 255);
border-radius: 60%;
} */
.translateBtn {
display: none;
}
.jokeElement:hover + .jokeElement, .translateBtn:hover {
display: inline-block;
}
h1 {
color: rgb(0, 0, 0);
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: center;
padding: auto;
}