-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathstyles.css
More file actions
82 lines (71 loc) · 1.21 KB
/
styles.css
File metadata and controls
82 lines (71 loc) · 1.21 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
body{
background-color: black;
display: flex;
justify-content: center;
}
.panel{
padding-top: 2%;
width: 30%;
height: 35em;
background-color: white;
border: .5em;
border-color: black;
margin: .25em;
text-align: center;
}
.social_media_text{
text-decoration: none;
font-size: 24;
}
#nature_img{
margin-right: auto;
padding-top: 3em;
width: 90%;
}
#flag_img{
width: auto;
height: 9em;
margin-left: auto;
margin-right: auto;
}
#contact{
text-decoration: underline;
font-size: 36;
}
#contact_info{
margin-top: 3em;
text-align: left;
margin-left: 1em;
}
#vit_img{
justify-content: center;
margin-right: auto;
margin-left: auto;
padding-top: 1em;
width: auto;
height: 5em;
}
.box_black{
width:250px;
height:10px;
background-color: black;
justify-content: center;
margin: auto;
}
/*
#silent_auction{
font-weight: 500;
} */
#auction_text{
margin-top: 3em;
text-align: left;
margin-left: 1em;
}
#whiskey_img{
margin-left: auto;
margin-right: auto;
padding-top: auto;
width: 17em;
/* height: auto; */
/* justify-content: bottom; */
}