-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathroyals.css
More file actions
31 lines (31 loc) · 860 Bytes
/
royals.css
File metadata and controls
31 lines (31 loc) · 860 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
#KateMeghan{
display: flex;
gap: 30px;
}
#Kate, #Meg, #Letizia, #Maxima, #Mathilde, #Victoria, #Mary, #Mette-Marit{
display: flex;
gap: 50px;
}
#Kate div, #Meg div, #Letizia div, #Maxima div, #Mathilde div, #Victoria div, #Mary div, #Mette-Marit div{
width:200px;
padding-top: 70px;
}
#Kate img, #Meg img, #Letizia img, #Maxima img, #Mathilde img, #Victoria img, #Mary img, #Mette-Marit img{
width: 250px;
height: 250px;
padding-bottom: 50px;
}
header{
padding-bottom: 10px;
width: 500px;
padding-top: 50px;
}
#London p:first-of-type, #Spain p:first-of-type, #Belgium p:first-of-type, #Sweden p:first-of-type, #Denmark p:first-of-type, #Norway div:first-of-type{
font-weight: bold;
font-style: italic;
}
.menu:first-of-type nav{
margin-left: 100px;
margin-top: -150px;
padding-bottom: 70px;
}