-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathstyles.css
More file actions
52 lines (41 loc) · 785 Bytes
/
styles.css
File metadata and controls
52 lines (41 loc) · 785 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
42
43
44
45
46
47
48
49
50
51
body {
font-family: Arial, Helvetica, sans-serif;
color: black;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
overflow: hidden;
}
p{
font-size: 20px;
color: #333;
max-width: 300px;
line-height: 1.5;
}
.navbar {
background-color: transparent;
position: absolute;
top: 0;
left: 0;
}
.nav-link {
padding: 1rem;
display: inline-block;
margin-right: 20px;
font-size: 18px;
text-decoration: none;
color: black;
}
.title {
/*Step 8: Style .title class*/
}
.jokeAPI-background{
/*Step 10: Change Background Color to rgba(218, 248, 255, 255)*/
}
.container {
/*Step 12: Style .container class */
}
button {
/*Step 14: Style button class */
}