-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.css
48 lines (39 loc) · 975 Bytes
/
index.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
body, html {
height: 100%;
margin: 0;
}
.bg {
background-image: url("https://previews.123rf.com/images/karpenkoilia/karpenkoilia1805/karpenkoilia180500027/102146167-vector-line-web-concept-for-programming-linear-web-banner-for-coding-.jpg");
height: 75%;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.container {
padding-top: 2rem;
padding-bottom: 2rem;
display: flex;
justify-content: center;
}
.card:hover {
box-shadow: 0 0 50px rgb(244, 81, 36,0.5);
}
.no-style {
text-decoration: none !important;
color: black;
}
#box{
background: rgb(211,211,211);
border-radius: 25px;
padding: 5px 15px 5px 15px;
width: 50px;
height: 30px;
text-align:center;
font-size: 12px;
position: relative;
margin: 5px 5px 5px 5px;
}
#dis{
display:flex;
}