-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
77 lines (66 loc) · 1.22 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
69
70
71
72
73
74
75
76
77
.img-circle {
border-radius: 50%;
}
.h2 {
text-align: center;
}
.jump {
margin-right: 5px;
float: left;
padding-top: 8px;
padding-bottom: 0;
display: block;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.jump:hover {
padding-top: 0;
padding-bottom: 8px;
}
.rounded-corners {
border-radius: 5px;
width: 600px;
height: 400px;
}
.h2 {
text-align: center;
font-family: open sans;
color: black;
}
.p {
text-align: center;
font-family: open sans;
}
.jumbotron {
margin-bottom: 0;
background-image: url("stars.jpg");
background-attachment: fixed;
min-height: auto;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-repeat:no-repeat;
background-size: 100% 100%;
}
.foot {
background-image: url(mg.png);
color:white;
margin-bottom: 0;
}
.projects {
background-image: url(c.png);
background-repeat: repeat;
color: white;
}
.about {
background-image: url(blur.jpg);
background-size: cover;
}
.skills {
background-image: url(bg.jpg);
background-repeat: repeat;
}