-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext-styling.html
More file actions
40 lines (29 loc) · 919 Bytes
/
text-styling.html
File metadata and controls
40 lines (29 loc) · 919 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>
Text Practice
</title>
<link rel="stylesheet" href="styles-css/text-styling.css">
</head>
<body>
<p class="video-title">
Talking Tech and AI with Google CEO Sundar Pichai!
</p>
<p class="video-stats">
3.4M views · 6 months ago
</p>
<p class="video-author">
Marques Brownlee ✓
</p>
<p class="video-description">
Talking tech and AI on the heels of Google I/O.
Also a daily driver phone reveal from Google's CEO.
Shoutout to Sundar!
</p>
<p class="apple-text">
Shop early for the best selection of holiday
favourites. <span class="shop-link">Shop now ></span>
</p>
</body>
</html>