-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
68 lines (65 loc) · 1.37 KB
/
styles.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
58
59
60
61
62
63
64
65
66
67
68
header {
display: inline-block;
};
footer {
align-items: center;
font-family: 'Roboto Slab', serif;
};
.second {
float: left;
line-height: 5vh;
left: 1px;
display: inline-block;
};
#sixth {
width: 1350px;
height: 500px;
margin: 0px;
animation: myanimation 10s infinite;
transition: 5s;
background-image: url("images/UltimateCheesy.jpg");
background-repeat: no-repeat;
background-size: 100%;
text-align: center;
font-size: 24px;
};
@keyframes myanimation {
25% {
background-image: url("images/UltimateCheesy.jpg");
color: darkgoldenrod;
};
50% {
background-image: url("images/happy_meal_2Col_1110x740_Desktop.jpg");
color: darkgoldenrod;
};
75% {
background-image: url("images/sub-Reopen.png");
color: darkgoldenrod;
}
100% {
background-image: url("images/Variety_2Col_1110x740_Desktop.jpg");
}
};
#menu {
font-size: 24px;
}
#big {
display: flex;
flex-direction: row;
justify-content: space-evenly;
}
#menu>h6 {
background-image: url("images/Burger\ King.png" height="600px" width="1300px");
background-repeat: no-repeat;
margin: 0px;
background-size: cover;
}
div > h1 {
font-family: 'Pacifico', cursive;
}
body{
margin: 0;
padding: 0;
width: 100%;
font-family: 'Roboto Slab', serif;
}