11body {
22 margin : 0 ;
3+ min-width : 576px ;
34 font-size : small;
45 font-family : Georgia, "Times New Roman" , Times, serif;
56 background-color : # b5a789 ;
@@ -15,9 +16,37 @@ header.top img#headerSlogan {
1516 float : right;
1617}
1718
19+ nav {
20+ margin : 10px 10px 0 10px ;
21+ background-color : # efe5d0 ;
22+ }
23+
24+ nav ul {
25+ margin : 0 ;
26+ padding : 5px 0 5px 0 ;
27+ list-style-type : none;
28+ }
29+
30+ nav ul li {
31+ display : inline;
32+ padding : 5px 10px 5px 10px ;
33+ }
34+
35+ nav ul li a : link ,
36+ nav ul li a : visited {
37+ border-bottom : none;
38+ font-weight : bold;
39+ color : # 954b4b ;
40+ }
41+
42+ nav ul li .selected {
43+ background-color : # c8b99c ;
44+ }
45+
1846div # tableContainer {
1947 display : table;
2048 border-spacing : 10px ;
49+ min-height : 700px ;
2150}
2251
2352div # tableRow {
@@ -32,7 +61,15 @@ section#drinks {
3261 background-color : # efe5d0 ;
3362}
3463
35- /* added section#blog for blog */
64+ h1 {
65+ font-size : 120% ;
66+ color : # 954b4b ;
67+ }
68+
69+ h2 {
70+ font-size : 110% ;
71+ }
72+
3673section # main ,
3774section # blog {
3875 display : table-cell;
@@ -43,38 +80,27 @@ section#blog {
4380}
4481
4582aside {
83+ position : relative;
4684 display : table-cell;
4785 padding : 15px ;
4886 font-size : 105% ;
4987 vertical-align : top;
5088 background : # efe5d0 url ("../images/background.gif" ) bottom right;
5189}
5290
53- footer {
54- margin : 0 10px 10px 10px ;
55- padding : 15px ;
56- font-size : 90% ;
91+ .beanheading {
92+ line-height : 1.8em ;
5793 text-align : center;
58- color : # efe5d0 ;
59- background-color : # 675c47 ;
60- }
61-
62- h1 {
63- font-size : 120% ;
64- color : # 954b4b ;
65- }
66-
67- h2 {
68- font-size : 110% ;
6994}
7095
7196.slogan {
7297 color : # 954b4b ;
7398}
7499
75- .beanheading {
76- line-height : 1.8em ;
77- text-align : center;
100+ # award {
101+ position : absolute;
102+ top : 30px ;
103+ right : 12% ;
78104}
79105
80106a : link {
@@ -89,34 +115,26 @@ a:visited {
89115 color : # 675c47 ;
90116}
91117
92- nav {
93- margin : 10px 10px 0 10px ;
94- background-color : # efe5d0 ;
95- }
96-
97- nav ul {
98- margin : 0 ;
99- padding : 5px 0 5px 0 ;
100- list-style-type : none;
118+ # coupon {
119+ position : fixed;
120+ top : 650px ;
121+ left : -90px ;
122+ overflow : clip;
101123}
102124
103- nav ul li {
104- display : inline;
105- padding : 5px 10px 5px 10px ;
125+ # coupon img {
126+ border : none;
106127}
107128
108- nav ul li a : link ,
109- nav ul li a : visited {
110- border-bottom : none;
111- font-weight : bold;
112- color : # 954b4b ;
113-
114- /*
115- text-shadow: 1px 1px 3px #e2c2c2;
116- text-transform: uppercase;
117- */
129+ # coupon а {
130+ text-decoration : none;
118131}
119132
120- nav ul li .selected {
121- background-color : # c8b99c ;
133+ footer {
134+ margin : 0 10px 10px 10px ;
135+ padding : 15px ;
136+ font-size : 90% ;
137+ text-align : center;
138+ color : # efe5d0 ;
139+ background-color : # 675c47 ;
122140}
0 commit comments