forked from avinashkranjan/Amazing-Python-Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.css
More file actions
33 lines (33 loc) · 779 Bytes
/
scripts.css
File metadata and controls
33 lines (33 loc) · 779 Bytes
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
.navbar {
width: 100%;
height: 100%;
background: url(https://socialify.git.ci/avinashkranjan/Amazing-Python-Scripts/image?description=1&forks=1&issues=1&language=1&logo=https%3A%2F%2Fuser-images.githubusercontent.com%2F55796944%2F104455539-7258a200-55cd-11eb-90dc-7c9981e73d72.png&owner=1&pulls=1&stargazers=1&theme=Light)
no-repeat;
background-size: cover;
/* background: url(https://media.giphy.com/media/xT9IgzoKnwFNmISR8I/giphy.gif); */
}
body{
margin-bottom: 3%;
}
.container{
display: flex;
}
.col-md-3{
margin-top: 5%;
}
.img-fluid{
max-height: 100%;
}
.card{
height:100%;
}
#loadmore{
display: none;
}
.button{
text-align: center;
margin: 5%;
}
.card-body p a{
text-decoration: none;
}