-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (62 loc) · 1.09 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
@import url('https://fonts.googleapis.com/css2?family=Coda&display=swap');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
background-color: gainsboro;
font-family: 'coda', cursive;
}
.main {
margin: 5vh auto;
width: 35vw;
}
.info .nationality {
position: absolute;
margin: 1.1% 0 0 28.4%;
font-size: 1.7vw;
}
.info img {
position: absolute;
margin: 3% 0 0 26.8%;
width: 6.3%;
}
.info .year {
position: absolute;
margin: 9% 0 0 27.7%;
font-size: 2vw;
color: whitesmoke;
}
.info .height {
position: absolute;
margin: 15.4% 0 0 26.7%;
font-size: 2.2vw;
color: whitesmoke;
}
.info .weight {
position: absolute;
margin: 15.4% 0 0 30.7%;
font-size: 2.2vw;
color: whitesmoke;
}
.one img {
position: absolute;
margin: 6% 0 0 0;
width: 35%;
}
.one h1 {
position: absolute;
margin: 36.7% 0 0 4.5%;
font-size: 4vw;
}
.one p {
position: absolute;
margin: 42% 13.2%;
color: whitesmoke;
font-size: 2vw;
}
.cromo img {
border: 1px solid darkorange;
width: 100%;
}