-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrandomjoke.css
More file actions
21 lines (18 loc) · 798 Bytes
/
randomjoke.css
File metadata and controls
21 lines (18 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap");
.bg-container {
background-image: linear-gradient(to right, #49c4ee, #6e87d6);
height: 100vh;
}
.joke-text {
color: #ffffff;
font-size: 24px;
font-weight: 700;
}
.joke-button {
color: #6c8bd8;
background-color: #ffffff;
font-size: 24px;
width: 120px;
border-width: 0;
border-radius: 4px;
}