-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet2.css
74 lines (59 loc) · 999 Bytes
/
stylesheet2.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
@font-face {
font-family: 'ArchivoNarrow-Regular';
src: url('archivo-narrow/ArchivoNarrow-Regular.otf');
font-weight: normal;
font-style: normal;
}
body {
font: 16px Helvetica, Sans-Serif;
background-image: url(agsquare.png);
width: 600px center: auto;
}
.resume {
width: 800px;
margin: 40px auto 60px;
}
img[id=photo] {
opacity: 100;
float: right;
width: 140px;
height: 150px;
}
img:hover{
opacity: 0;
float: right;
width: 165px;
height: 181.5px;
transition: opacity 3s ease-in-out;
}
.name_contact hr {
position: relative;
top: 91px;
left: 55px;
display: inline;
height: 50px;
width: 100;
color: #8C001A;
background-color: #8C001A;
}
h3 {
border-bottom: 1px solid #999;
}
h4{
margin-top: 0px;
margin-bottom: 0px;
}
h5{
font-size: 16px;
}
h1{
font-family: 'ArchivoNarrow-Regular' Times;
font-size: 48px;
}
footer p {
text-align: center;
}
footer span {
margin-right: 20px;
margin-left: 20px;
}