File tree Expand file tree Collapse file tree 2 files changed +64
-1
lines changed Expand file tree Collapse file tree 2 files changed +64
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ html,body {
22
22
position : relative;
23
23
}
24
24
25
+ .wrapper {
26
+ max-width : 950px ;
27
+ margin : auto;
28
+ }
29
+
25
30
.text-typing {
26
31
display : flex;
27
32
justify-content : center;
@@ -31,8 +36,9 @@ html,body {
31
36
transform : translate (-50% , -50% );
32
37
}
33
38
34
- h1 {
39
+ h1 # element {
35
40
font-family : 'consol' !important ;
41
+ height : 111px ;
36
42
}
37
43
38
44
.typed-cursor {
86
92
position : absolute;
87
93
z-index : 999 ;
88
94
}
95
+
96
+ /* Footer */
97
+ footer {
98
+ font-family : 'Segoe UI' ;
99
+ width : 100% ;
100
+ padding : 10px 20px 10px 20px ;
101
+ display : block;
102
+ position : relative;
103
+ }
104
+
105
+ footer > p {
106
+ text-align : center;
107
+ font-size : 1em ;
108
+ }
109
+
110
+ .social-media {
111
+ width : 100% ;
112
+ margin : auto;
113
+ display : flex;
114
+ justify-content : center;
115
+ }
116
+ .social-media a {
117
+ font-size : 2em !important ;
118
+ color : # 000000 ;
119
+ cursor : pointer;
120
+ margin : auto 10px ;
121
+ transition : 0.2s ease;
122
+ }
123
+ .social-media a : hover {
124
+ color : # 7e7e7e ;
125
+ }
Original file line number Diff line number Diff line change 8
8
<!-- Link CSS -->
9
9
< link rel ="stylesheet " type ="text/css " href ="css/main.css ">
10
10
< link rel ="stylesheet " href ="vendor/hamburgers/hamburgers.css ">
11
+ <!-- fontawesome -->
12
+ < link rel ="stylesheet " href ="vendor/node_modules/@fortawesome/fontawesome-free/css/fontawesome.min.css ">
13
+ < link rel ="stylesheet " href ="vendor/node_modules/@fortawesome/fontawesome-free/css/brands.min.css ">
11
14
<!-- javascript -->
12
15
< script src ="
https://cdn.jsdelivr.net/npm/[email protected] "
> </ script >
13
16
35
38
< h1 id ="element "> </ h1 >
36
39
</ div >
37
40
</ div >
41
+
42
+ <!-- footer -->
43
+ < footer >
44
+ < div class ="wrapper ">
45
+ <!-- social media -->
46
+ < div class ="social-media ">
47
+ < a href ="https://twitter.com/zaka_coding ">
48
+ < i class ="fab fa-twitter "> </ i >
49
+ </ a >
50
+ < a href ="https://instagram.com/youn8e_ ">
51
+ < i class ="fab fa-instagram "> </ i >
52
+ </ a >
53
+ < a href ="https://www.linkedin.com/in/zaka-n-693018111/ ">
54
+ < i class ="fab fa-linkedin-in "> </ i >
55
+ </ a >
56
+ </ div >
57
+ </ div >
58
+ <!-- Describe -->
59
+ < p >
60
+ Copyright © 2021 All Right Reserved. Develop with ❤️ by Zaka.
61
+ < br > < small > PHP | HTML5 | CSS3 | JavaScript | Full-Stack Developer</ small >
62
+ </ p >
63
+ </ footer >
38
64
</ body >
39
65
40
66
<!-- script in the end off body -->
You can’t perform that action at this time.
0 commit comments