-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
68 lines (66 loc) · 1.02 KB
/
style.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
*{
padding:0px;
margin: 0px;
box-sizing: border-box;
}
.nki{
display: flex;
justify-content: space-around;
padding: 20px 0px 20px 0px;
margin-left:-100px;
}
.nki img{
width:100px;
height:50px;
}
.ri{
display: flex;
gap:40px;
color: rgb(179, 171, 171);
}
.ri a{
text-decoration: none;
color:black;
}
.not{
background-color: rgba(108, 198, 233, 0.315);
font-size: 12px;
color: grey;
}
#lo{
display: flex;
justify-content: space-around;
}
#lo img {
width:300px;
padding: 40px 0px 40px 0px;
}
.first, .second, .third, .forth{
display:flex;
justify-content: space-around;
}
.card p{
font-size: 10px;
text-align: center;
}
.sok{
display: flex;
}
.button{
background-color: skyblue;
}
a{
width:100%;
}
.card h1{
font-size: 13px;
}
#box{
margin: 30px 0;
}
.card-body {
min-height: 100px !important;
}
.card-img, .card-img-top {
min-height: 300px !important;
}