File tree Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Expand file tree Collapse file tree 2 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
7
< link rel ="stylesheet " href ="style.css " />
8
+ < link href ="https://fonts.googleapis.com/css2?family=Luxurious+Roman&display=swap " rel ="stylesheet ">
9
+
8
10
< link href ="www.sevinu.com " />
9
11
< title > Hashnode Challange</ title >
10
12
</ head >
38
40
class ="logo-image "
39
41
/>
40
42
</ div >
41
-
42
- </ div >
43
- < div class ="text-container ">
44
- < h1 > hey hey I'm < span > Sevda</ span > </ h1 >
45
- < p > Click on each of the rotating logos and see what happens!</ p >
46
- < p > Have fun!</ p >
47
- </ div >
48
- < div class ="social-media ">
49
- Follow me please! :)
43
+ </ div >
44
+ < div class ="text-container ">
45
+ < h1 > hey hey I'm < span > Sevda</ span > </ h1 >
46
+ < p > Click on each of the rotating logos and see what happens!</ p >
47
+ < p > Have fun!</ p >
48
+ </ div >
49
+ < div class ="social-media ">
50
+ Follow me please! :)
50
51
< ul >
51
52
< li > Twitter</ li >
52
53
< li > LinkedIn</ li >
53
54
< li > GitHub</ li >
54
55
< li > Medium</ li >
55
56
</ ul >
56
- </ div >
57
-
57
+ </ div >
58
58
</ body >
59
59
</ html >
Original file line number Diff line number Diff line change 5
5
background-repeat : no-repeat;
6
6
background-position : center;
7
7
background-size : cover;
8
+ font-family : 'Luxurious Roman' , cursive;
8
9
9
10
}
10
11
@@ -43,6 +44,11 @@ body {
43
44
margin : 0 auto;
44
45
letter-spacing : .15em ;
45
46
animation : typing 3.5s steps (30 , end), blink-caret .75s step-end infinite;
47
+
48
+ }
49
+ .text-container h1 span {
50
+ font-size : 40px ;
51
+ font-weight : bold;
46
52
}
47
53
48
54
.social-media {
You can’t perform that action at this time.
0 commit comments