forked from samrogers15/Interactive_Entertainment_Planner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
108 lines (91 loc) · 1.6 KB
/
style.css
File metadata and controls
108 lines (91 loc) · 1.6 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
96
97
98
99
100
101
102
103
104
105
106
107
108
html {
background-color: bisque;
font-family: helvetica;
margin: 25px;
border: solid 15px whitesmoke;
}
img {
border: 14px solid teal;
border-radius: 300%;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
margin-top: 28px;
}
.row {
display: flex;
}
.column {
flex: 33.33%;
padding: 5px;
}
#title-sub-div {
margin-bottom: 10px;
}
#appH2 {
border: solid 6px teal;
}
#appIntro {
text-align: center;
border: solid 6px black;
}
.button {
width:50%;
margin-left:25%;
margin-right:25%;
}
.movie-button {
width:50%;
margin-left:25%;
margin-right:25%;
padding: 5px;
margin-bottom: 20px;
}
#movie-input {
width:50%;
margin-left:25%;
margin-right:25%;
margin-top: 40px;
padding: 5px;
}
.movie-results {
width:50%;
margin-left:25%;
margin-right:25%;
box-shadow: 5px 5px 2px rgb(167, 160, 160);
border-radius: 15px;
}
.drink-results {
width:50%;
margin-left:25%;
margin-right:25%;
box-shadow: 5px 5px 2px rgb(167, 160, 160);
border-radius: 15px;
}
.recipe-results {
width:50%;
margin-left:25%;
margin-right:25%;
box-shadow: 5px 5px 2px rgb(167, 160, 160);
border-radius: 15px;
}
.drink-image {
border: solid black 3px;
margin-left: auto;
}
#recipeInput {
width:50%;
margin-left:25%;
margin-right:25%;
padding: 5px;
margin-top: 15px;
}
#previousIngredientsBtn {
width:40%;
margin-left:30%;
margin-right:30%;
margin-top: 10px;
font-size:1vw;
padding-bottom: 10px;
}