-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
79 lines (54 loc) · 1.1 KB
/
styles.css
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
body {
background-color: dodgerblue;
color: white;
font-weight: bold;
font-family: 'Play', sans-serif;
}
h1 {
text-align: center;
}
img {
width: 50%;
}
button {
background-color: white;
color: blue;
padding: 1em; /* 1em is the same as the size of the font size that we use in the parent element(bigger element that tells the child element what to do). Padding adds space around the content. The content here is the text that's on the button */
}
.my-flexbox-divider {
display: flex;
justify-content: center;
}
.newer-pictures {
visibility:hidden;
}
.picture-description {
width: 50%;
height: 95%;
}
.section-title{
background-color: white;
color: blue;
width: 80%;
font-family: 'Play', sans-serif;
}
.return-home {
}
.sabrina-ionescu-picture {
}
#francisco-lindor-picture {
}
#kyrie-irving-picture {
}
#clayton-kershaw-picture {
}
#lebron-kyrie-pic {
}
#jarrett-allen-picture {
}
#curtis-granderson-celebrate {
}
#donovan-mitchell-picture {
}
#new-york-liberty-celebrate-picture {
}