-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofilestyles.css
More file actions
84 lines (69 loc) · 1.25 KB
/
Copy pathprofilestyles.css
File metadata and controls
84 lines (69 loc) · 1.25 KB
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
/* YOUR STYLES HERE */
body {
background-color: #fdc600;
}
#name {
display: flex;
justify-content: center;
align-items: center;
margin-top: 0px;
}
.profile-name {
font-size: 75px;
color:rgb(7, 27, 246);
font-family: 'Times New Roman', Times, serif;
text-align: center;
}
.profile-name:hover {
box-shadow: 0px 0px 5px #000000;
}
#back-text {
display: flex;
font-family: 'Times New Roman', Times, serif;
padding: 5px 10px;
}
.back {
font-family: 'Times New Roman', Times, serif;
font-size: 20px;
color:black;
margin: 0px 10px;
text-decoration: none;
}
.back:hover {
text-decoration: underline;
}
#image1 {
margin-top: 40px;
height: 27%;
width: 27%;
}
#image1:hover {
box-shadow: 0px 0px 5px #000000;
}
#image2 {
transform: translate(-125px, -350px);
height: 200%;
width: 200%;
}
#image2:hover {
box-shadow: 0px 0px 5px #000000;
}
#image3 {
transform: translate(1000px, -700px);
height: 25%;
width: 25%;
}
#image3:hover {
box-shadow: 0px 0px 5px #000000;
}
.images-all {
display: flex;
align-items: center;
margin-top: 20px;
}
.images-work {
display:flex;
flex-direction: column;
align-items: center;
margin: 0 10px;
}