-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathporto.css
112 lines (82 loc) · 1.26 KB
/
porto.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
body{
font-size: 1rem;
font-family:Lato;
line-height: 1.3;
margin: 0;
padding: 0;
background-color: antiquewhite;
overflow-x: hidden;
}
h1{
text-align: center;
font-size: 5rem;
color: white;
padding-top: 15px;
}
.navbar-brand{
font-family: Alata;
}
p{
text-align: left;
}
h2{
text-align: left;
font-size: 2rem;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin-bottom: 30px;
}
.content-writer{
text-align: center;
font-size: 1.2rem;
}
.navbar{
padding: 1% 6.7%;
}
.background-pic{
background-image:url(" homie.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size:85% 100%;
padding: 14% 3%;
margin: 0;
}
img{
width: 400px;
height: 550px;
}
#about{
padding: 11% 8%;
}
#Contacts{
padding: 6% 8%;
}
.parts{
margin-bottom: 70px;
}
.btn{
margin-left: 4px;
padding: 6px;
}
a{
text-decoration: none;
color: black;
display: block;
padding: 10px;
}
.cont{
padding: 10px;
}
.footer{
text-align: center;
}
.nav-item{
margin-left: 20px;
}
@media (max-width:991px) {
h1{
font-size: 2.5rem;
}
.content-writer{
font-size: 0.7rem;
}
}