-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
74 lines (64 loc) · 1.21 KB
/
styles.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
body {
background-color: #726cf8;
background-image: linear-gradient(315deg, #726cf8 0%, #e975a8 74%);
font-family: Georgia, 'Times New Roman', Times, serif;
text-align: center;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.container {
background-color: #fff;
border-radius: 20px;
padding: 20px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
main {
display: flex;
align-items: center;
margin-top: 20px;
}
h1 {
font-size: 24px;
margin-right: 10px;
color: #000;
}
.box {
font: 2em sans-serif;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin-left: 10px;
font-style: oblique;
color: #000;
}
.date {
font-size: 30px;
}
#myTrack img {
margin-top: 20px;
height: 40px;
}
.box img {
height: 60px;
}
.profile-container {
margin-right: 20px;
position: relative;
}
.profile-container img {
width: 200px;
height: auto;
border-radius: 50%;
margin-top: 20px;
}
.image-description {
position: relative;
bottom: 10px;
left: 0;
right: 0;
text-align: center;
font-size: 24px;
color: black;
}