-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.css
46 lines (41 loc) · 871 Bytes
/
profile.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
html {
box-sizing: border-box;
}
body {
margin: 0;
}
p{
font-size: 40px;
}
.head{
background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://images.unsplash.com/photo-1572512484487-5a471e8986af?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1951&q=80);
background-position: top center;
height: 500px;
width: auto;
color: white;
/* text-align: center; */
font-family: 'Permanent Marker', cursive, sans-serif;
margin-bottom: 40px;
}
.content{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.content-img > img{
width: 400px;
border-radius: 30px;
padding: 10px;
}
.info{
padding: 120px;
}
.radius-img{
background-color: hsla(55, 95%, 54%, 0.6);
border-radius: 50%;
width: 150px;
height: 150px;
justify-content: center;
align-items: center;
display: flex;
}