-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
113 lines (83 loc) · 1.61 KB
/
Copy pathstyle.css
File metadata and controls
113 lines (83 loc) · 1.61 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
109
110
111
112
113
* {
font-family: 'Balsamiq Sans', cursive;
}
td,tr{
padding: 10px;
}
.navbar{
background-color: rgb(170, 216, 235) !important;
}
.nav-link{
color: rgb(2, 47, 66) !important;
}
.dropdown-item{
background-color: rgb(170, 216, 235) !important;
}
.carousel, .carousel-inner {
height: 700px;
}
.search{
width: 800px;
height: 45px;
margin: 20px auto 20px auto;
border: solid 2px rgb(2, 47, 66);
}
.third{
background-color: rgb(170, 216, 235);
height: 400px;
text-align: center;
}
.thirdf{
color: rgb(2, 47, 66);
padding-top: 20px;
}
.fourth{
height: fit-content;
padding-bottom: 50px;
background-color: rgb(170, 216, 235);
border-bottom: 2px solid rgb(2, 47, 66);
}
.fourthtwo, .ssize{
display: inline-block;
margin: 15px;
}
.card{
display: flex;
height: auto;
background-color:rgb(227, 244, 252) ;
}
img.size{
width: 286px;
height: 200px;
}
.card:hover{
background-color:rgb(61, 161, 204);
color: rgb(2, 47, 66);
}
.fifth, .sixth{
background-color:rgb(170, 216, 235);
padding: 20px;
}
.ad{
margin:0px 0px 20px 20px;
}
.fifth{
display: flex;
}
.fithone, .fifthtwo{
text-align: center;
width: 50%;
color: rgb(2, 47, 66);
border-left:2px solid rgb(2, 47, 66);
}
.seventh{
background-color: rgb(73, 73, 73);
color: rgb(170, 216, 235);
padding: 20px;
display: flex;
}
.sevenone{
display: flex;
flex-direction: column;
padding: 5px;
}