-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (81 loc) · 2.51 KB
/
index.html
File metadata and controls
91 lines (81 loc) · 2.51 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
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
<head>
<title>Grace Erhunmwunsee</title>
</head>
<body>
<img class="center" src="IMG.jpg" alt="Me">
<h2 class="white-text font"><strong>Grace Erhunmwunsee</strong></h2>
<p class="font white-text">Student | Student</p>
<button><a href="https://instagram.com/grace_ize?utm_medium=copy_link">Instagram page</a></button>
<button><a href="#">Instagram page</a></button>
<button><a href="#">Instagram page</a></button>
<button><a href="#">Instagram page</a></button>
<button><a href="#">Instagram page</a></button>
<a href="mailto:izeerhunmwunsee@gmail.com">
<img class="center" src="gmail.svg" alt="My mail">
</a>
</body>
<style>
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+SC:wght@100;400;500;600;700&family=Inter:wght@300&display=swap');
body{
background-color: rgb(53, 52, 52);
}
button{
background-color: white;
border: none;
color: grey;
padding: 15px 40px ;
width: 80%;
text-align: center;
text-decoration: none;
display: block;
margin: 10px 20px 20px 100px;
align-self: center;
font-size: 16px;
transition-duration: 0.2s;
}
button:hover {
background-color: rgb(53, 52, 52);
border: 2px solid white;
/* border-radius: 20px; */
}button:hover a{
color: white;
}
a{
text-decoration: none;
color: rgb(53, 52, 52);
}
img{
border-radius: 43.5%;
width: 10%;
align-self: center;
justify-content: center;
}
.center{
display: block;
margin-left: auto;
margin-right: auto;
}
.white-text{
color: white;
}
.font {
font-family: 'Encode Sans SC', sans-serif;
font-family: 'Inter', sans-serif;
text-align: center;
}
.container{
position: relative;
background: white;
float: center;
margin: 15px;
box-sizing: border-box;
overflow: hidden;
border-radius: 10px;
}
a img{
justify-content: center;
}
</style>
</html>