Skip to content

Commit 3655920

Browse files
committed
changing font
1 parent e433850 commit 3655920

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<link rel="stylesheet" href="style.css" />
8+
<link href="https://fonts.googleapis.com/css2?family=Luxurious+Roman&display=swap" rel="stylesheet">
9+
810
<link href="www.sevinu.com" />
911
<title>Hashnode Challange</title>
1012
</head>
@@ -38,22 +40,20 @@
3840
class="logo-image"
3941
/>
4042
</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! :)
5051
<ul>
5152
<li>Twitter</li>
5253
<li>LinkedIn</li>
5354
<li>GitHub</li>
5455
<li>Medium</li>
5556
</ul>
56-
</div>
57-
57+
</div>
5858
</body>
5959
</html>

style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ body {
55
background-repeat: no-repeat;
66
background-position: center;
77
background-size: cover;
8+
font-family: 'Luxurious Roman', cursive;
89

910
}
1011

@@ -43,6 +44,11 @@ body {
4344
margin: 0 auto;
4445
letter-spacing: .15em;
4546
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;
4652
}
4753

4854
.social-media{

0 commit comments

Comments
 (0)