-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
105 lines (90 loc) · 1.69 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
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
html {
margin: 0px;
padding: 0px;
}
body {
background: url(https://images.unsplash.com/photo-1479981280584-037818c1297d?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjExODA5M30) no-repeat center center;
background-size: cover;
margin: 0;
padding: 0;
}
h1 {
font-family: 'Cabin Sketch', cursive;
color: rgb(55,55,55);
font-size: 80px;
text-align: center;
}
h2 {
font-family: 'Montserrat';
font-weight: 400;
font-size: 28px;
color: rgb(70, 70, 70)
}
p {
font-family: 'Rajdhani';
font-size: 18px;
color: rgb(70, 70, 70)
}
li {
display: inline;
}
ul {
list-style: none;
padding-left: 0;
}
.btn:hover {
color: #FF757C;
background-color: white
}
.btn {
font-family: 'Rajdhani';
font-size: 18px;
color: rgb(255, 255, 255);
text-decoration: none;
background-color: #FF757C;
padding: 10px 20px;
border-radius: 8px;
transition: 0.2s;
}
.avatar {
width: 150px;
border-radius: 50%
}
.image-icone {
width: 50px;
}
#footer {
color: rgb(250,250,250);
background: url(https://images.unsplash.com/photo-1515060939377-d73d9c162a66?ixlib=rb-1.2.1&q=80&fm=jpg&crop=entropy&cs=tinysrgb&w=1080&fit=max&ixid=eyJhcHBfaWQiOjExODA5M30);
background-size: cover;
text-align: center;
height: 100px;
opacity: 0.9
}
.hobbies {
width: 80px;
border-radius: 50%
}
/*#banner {
background-size: cover;
height: 250px;
text-align: center;
padding: 50px 0px;
margin: 0
}*/
.section {
padding: 30px;
width: 700px;
margin: 20px auto;
text-align: center;
background-color: rgb(0,0,0,0.1)
}
.social {
color: #FF757C;
font-size: 40px;
text-decoration: none;
transition: 0.2s;
}
.social:hover {
color: white;
}