-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
57 lines (57 loc) · 833 Bytes
/
style.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
body {
font-family:Arial, sans-serif;
}
header {
background-color:black;
background: url(San-Francisco.jpg);
margin: auto;
width: 60%;
border: 3px solid #ff4f00;
border-radius: 5px;
padding: 10px;
}
h1 {
color:white;
font-size:60pt;
text-align:center;
margin: auto;
width: 60%;
padding: 10px;
}
.flavor_text {
text-align: center;
font-weight: bold;
}
.container {
margin: auto;
margin-top:2px;
width: 60%;
border: 3px solid #ff4f00;
border-radius: 5px;
padding: 10px;
}
.suggestion_container {
margin: auto;
margin-top:5px;
width: 90%;
border: 1px solid #ff4f00;
border-radius:7px;
padding: 10px;
}
.search_term {
font-size:8pt;
}
.phone {
font-size:10pt;
}
.yelp_link {
font-size:8pt;
}
.thumbnail {
float:right;
}
.yelp_logo {
margin:auto;
margin-top:12px;
width:80px;
}