-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
91 lines (71 loc) · 961 Bytes
/
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
body {
font-family: monospace;
}
.navbar-brand{
color: #000;
}
.navbar {
margin-bottom: 0;
background-color: #fff;
border-radius: 0px;
}
li a{
color:#000;
}
.glyphicon {
background-color: #000;
border-radius: 50%;
padding: 50px;
font-size: 60px;
color: #fff;
}
.glyphicon:hover {
color: #000;
background-color: #fff;
}
#about{
background-color: #222;
color: #fff;
height: 700px;
clip-path: polygon(0 0,100% 0,100% 90%,0 100%);
}
.about {
padding-top: 200px;
}
.about h2 {
font-size: 45px;
}
.about p{
font-size: 18px;
}
.mainphoto{
padding-top: 32px;
}
#passion {
height:600px;
}
.second-image {
padding-top: 0;
}
.photography{
padding-top: 20px;
}
.photography h2{
font-size: 45px;
}
.photography p{
font-size: 18px;
}
.footer {
background-color: #222;
color: white;
padding-top: 150px;
height: 400px;
}
.footer h2{
font-size: 45px;
}
.footer p{
padding: 5px;
font-size: 18px;
}