-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3API.css
More file actions
53 lines (45 loc) · 749 Bytes
/
3API.css
File metadata and controls
53 lines (45 loc) · 749 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
52
53
body {
font-family: Arial, sans-serif;
background-color: black;
color: white;
margin: 0;
padding: 0;
}
header {
text-align: center;
padding: 20px;
background-color: rgb(42, 41, 41);
color: white;
}
h1 {
font-size: 36px;
}
#container {
text-align: center;
padding: 20px;
}
#image {
max-width: 100px
x;
border: 3px solid white;
border-radius: 10px;
box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
#title {
font-size: 24px;
margin-top: 10px;
}
#explanation {
font-size: 18px;
margin-top: 10px;
}
#date {
font-size: 16px;
margin-top: 10px;
}
footer {
text-align: center;
padding: 10px;
background-color: rgb(42, 42, 42);
color: white;
}