-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
92 lines (82 loc) · 1.94 KB
/
style.css
File metadata and controls
92 lines (82 loc) · 1.94 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
.nav { display: flex;
justify-content: space-between;
text-align: left;
margin: 0.5%;
text-decoration:none;
padding-right: 56%;
padding-top: 10px;
padding-bottom: 5px;
}
.nav li {
display: inline-block;
font-size: 18px;
padding-top: 5%;
padding-bottom:15%
}
.nav2 { display: flex;
justify-content: space-between;
text-align: left;
margin: 0.5%;
text-decoration:none;
padding-right: 13%;
}
.nav3 {
display: inline-block;
font-size: 18px;
padding-top: 5%;
padding-bottom:5%;
padding-right: 15px;
/* font-family: 'AktivGroteskW01-Regular', sans-serif; */
}
@media screen and (max-width: 300px) {
.nav, .nav2, .nav3 {
float: none;
width: 100%;
float: left;
text-align: center;
padding: 14px 16px;
}
}
ul {
list-style-type: none;
}
.grid-container {
display: grid;
grid-template-columns: auto auto auto;
grid-gap: 15px;
/* justify-content: space-between; */
height: 144px;
padding: 10px;
/* align-content: space-between; */
}
.pics {
display: flex;
/* flex-flow: row wrap; */
flex-wrap: wrap;
}
img {
/* margin-top: 8px;
vertical-align: middle; */
width: 407px;
height: 400px;
padding: 5px;
}
table {
float: right;
padding-top: 50px;
padding-right: 10px;
padding-bottom: 155px;
border-spacing: 0rem;
position: relative;
top:3600px;
display: flex;
flex-wrap: wrap;
}
table td {font-size: 10px;
padding: 1%;
/* float:left; */
}
td:nth-child(1) { width:210px ; }
td:nth-child(2) { width:210px ; }
td:nth-child(3) { width:210px ; }
td:nth-child(4) { width:210px ; }