-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathginaPage.css
53 lines (53 loc) · 1.14 KB
/
ginaPage.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
body {
font-family: 'Times New Roman', Times, serif;
font-weight:400;
background-image: url(charles-deluvio-PqsImnjuElM-unsplash.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.opening {
text-align: center;
color: rgb(222, 138, 28);
text-shadow: 1px 1px 2px black;
font-family: 'Times New Roman', Times, serif;
font-weight: bold;
}
.welcome {
text-align: center;
color: rgb(222, 138, 28);
text-shadow: black;
text-shadow: 1px 1px 2px black;
font-family: 'Times New Roman', Times, serif;
font-weight: bold;
margin-left: 4.25cm;
margin-right: 4.25cm;
}
#left {
text-align: left;
margin-left: 1cm;
}
/* .#detail {
font-size: large;
} */
#pizza {
background-color: rgb(184, 60, 38);
}
.card-body {
background-color: rgb(245, 186, 113);
}
.list-group {
background-color: rgb(245, 186, 113);
}
.list-group-item {
background-color: rgb(244, 203, 154);
}
.card-title {
font-size: large;
}
.navbar {
font-weight: bolder;
text-align:justify;
font-size: .5cm;
background-color:rgb(244, 174, 83);
/* font-optical-sizing: .5cm; */
}