-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.css
56 lines (56 loc) · 1.27 KB
/
portfolio.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
img {
border-radius: 50%;
opacity: 85%;
margin: 70px 20px 10px;
}
body{
background-image: url(https://s2.qwant.com/thumbr/0x380/5/7/d6113c482576f1f2f38de5f56aecf8c4c6746557dd4bae54715d9ed42661bc/1127302-vertical-cool-black-background-designs-2170x1472-download.jpg?u=http%3A%2F%2Fgetwallpapers.com%2Fwallpaper%2Ffull%2Ff%2F9%2F8%2F1127302-vertical-cool-black-background-designs-2170x1472-download.jpg&q=0&b=1&p=0&a=0);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.name {
color: white;
font-family: orbitron;
font-size: 80px;
margin: 10px ;
}
.container {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
.first-hr {
width: 20%;
}
hr {
margin: 4px;
height: 2px;
background-color: rgba(255, 255, 255, 0.432);
border: 1px rgba(110, 110, 110, 0.041) solid;
border-radius: 100%;
}
.last-hr {
width: 70%;
}
p {
color: white;
margin: 10px 100px 50px;
text-align: center;
font-family: 'indie flower';
font-size: 27px;
}
.footer {
display: flex;
flex-direction: row;
justify-content: center;
}
.footer i{
color: white;
font-size: 60px;
margin: 20px;
}
.footer i:hover{
cursor: pointer;
}