-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhomepageCSS.css
More file actions
executable file
·95 lines (90 loc) · 3.02 KB
/
homepageCSS.css
File metadata and controls
executable file
·95 lines (90 loc) · 3.02 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
@font-face {
font-family: 'KaushanScriptRegular';
src: url('../fonts/kaushanscript/kaushanscript-regular-webfont.eot');
src: url('../fonts/kaushanscript/kaushanscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/kaushanscript/kaushanscript-regular-webfont.woff2') format('woff2'),
url('../fonts/kaushanscript/kaushanscript-regular-webfont.woff') format('woff'),
url('../fonts/kaushanscript/kaushanscript-regular-webfont.ttf') format('truetype'),
url('../fonts/kaushanscript/kaushanscript-regular-webfont.svg#kaushan_scriptregular') format('svg');
font-weight: normal;
font-style: normal;}
@font-face {
font-family: 'copseregular';
src: url('../fonts/copse/copse-regular-webfont.eot');
src: url('../fonts/copse/copse-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/copse/copse-regular-webfont.woff2') format('woff2'),
url('../fonts/copse/copse-regular-webfont.woff') format('woff'),
url('../fonts/copse/copse-regular-webfont.ttf') format('truetype'),
url('../fonts/copse/copse-regular-webfont.svg#copseregular') format('svg');
font-weight: normal;
font-style: normal;}
@font-face {
font-family: 'blackjackregular';
src: url('../fonts/blackjack/black_jack-webfont.eot');
src: url('../fonts/blackjack/black_jack-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/blackjack/black_jack-webfont.woff2') format('woff2'),
url('../fonts/blackjack/black_jack-webfont.woff') format('woff'),
url('../fonts/blackjack/black_jack-webfont.ttf') format('truetype'),
url('../fonts/blackjack/black_jack-webfont.svg#blackjackregular') format('svg');
font-weight: normal;
font-style: normal;}
body {
background-image: url("Images/restaurant.jpg");
background-repeat: repeat;}
/* headers */
h1 {
background-color: LightSkyBlue;
border: 10px ridge RoyalBlue;
padding: 13px;
text-align: center;
font-family: KaushanScriptRegular;
font-size: 36px;
text-shadow: 2px 2px 5px White;}
h1>a {
color: black;
text-decoration: none;}
span {
font-family: copseregular;
font-size: 48px;}
h2 {
background-color: PowderBlue;
padding: 10px;
font-family: KaushanScriptRegular;
font-size: 30px;
text-align: center;}
/* figure images */
figure {
background-color: LightGrey;
width: 360px;
height: 340px;
padding: 10px;
margin: 10px 10px;
text-align: center;
float: left;}
figure:hover {
box-shadow: 5px 5px 5px DimGray;}
img {
width: 300px;
height: 250px;
padding: 25px 0px;}
figcaption {
position: relative;
bottom: 15px;
background-color: LightPink;
width: 350px;
height: 20px;
padding: 8px 0px;
border: 5px outset SlateBlue;
font-family: blackjackregular;
font-size: 20px;
font-weight: bold;}
figcaption:hover {
border-style: inset;}
div {
overflow: auto;
height: 100%;
width: 1200px;
margin: 0px auto;}
div a {
text-decoration: none;
color: Black;}