CSS3 Basic | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

CSS3 Basic

Fill in the blanks so that the first line of the paragraph uses the newly defined font called "test". @font-face { font-family: "test"; src: url(test.ttf); } p::_____{ ______:"___"; }

4th Dec 2016, 5:55 AM
ALIFIA HAMZAH
ALIFIA HAMZAH - avatar
17 Answers
+ 3
p::first-line{ font-family: test; }
4th Dec 2016, 1:25 PM
Sandeep Chatterjee
+ 3
Thanks.....Sandeep Chatterjee
9th Mar 2017, 6:54 PM
Terri Jones
Terri Jones - avatar
+ 3
@font-face{ font-family: "test"; src: url(test.ttf); } p::first-line{ font-family: "test"; }
19th Aug 2017, 10:04 AM
Vishal Suman
Vishal Suman - avatar
+ 3
Fill in the blanks so that the first line of the paragraph uses the newly defined font called "test". @font-face { font-family: "test"; src: url(test.ttf); } p::first-line { font-family: "test"; }
29th Nov 2017, 12:18 PM
YASSER EL AMRI
YASSER EL AMRI - avatar
+ 3
@font-face { font-family: "test"; src: url(test.ttf); } p::first-line{ font-family: "test"; }
6th Apr 2018, 12:55 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
+ 2
I have to agree with Terri Jones because that answer is great.
3rd May 2017, 12:52 AM
Geoffrey Evans
Geoffrey Evans - avatar
+ 2
@font-face { font-family: "test"; src : url(test.ttf); } p:: first-line { font-family : " test "; }
31st Dec 2017, 8:58 PM
Abdirahman Abdirisak Isse hussien
Abdirahman Abdirisak Isse hussien - avatar
+ 1
body { background-image:url("sample.png"); background-repeat:repeat-x; } a:hover { text-decoration:underline; color: #000000; cursor: crosshair; }
24th Jan 2018, 4:32 AM
Aravind
+ 1
Thanks to all for the help
26th Jun 2020, 7:09 AM
Faith Mundi
Faith Mundi - avatar
0
Add a 25-pixel left and 15-pixel down blue text-shadow. p { text-shadow: - 25 px 15 px blue; }
18th Jul 2018, 1:43 PM
sapram charanteja
sapram charanteja - avatar
0
Yeah correct
18th Jul 2019, 1:37 PM
musah mubarak
0
Fill in the blanks so that the first line of the paragraph uses the newly defined font called "test". @font-face { font-family: "test"; src: url(test.ttf); } p::first-line{ font-family:"test"; }
15th Jun 2020, 11:35 AM
Chirag Kumar Mali
Chirag Kumar Mali - avatar
0
@font-face { font-family: "test"; src : url(test.ttf); } p:: first-line { font-family : " test "; }
13th Aug 2020, 3:35 PM
Bahodirov Akbarjon
0
@font-face { font-family: "test"; src: url(test.ttf); } p::first-line { font-family: "test"; }
7th Mar 2021, 2:49 AM
Ilyas Asseban
Ilyas Asseban - avatar
0
caca
8th Feb 2022, 11:32 AM
arroag
arroag - avatar
0
p { text-shadow: - 25 px 15 px blue; }
6th Sep 2022, 4:14 AM
Prabhashwaree Nethmini
Prabhashwaree Nethmini - avatar
- 8
body { background-image:url("sample.png"); background-_______:repeat-x; } a:hover { text-_____:underline; color: #000000; ______: crosshair; }
3rd Oct 2017, 8:27 PM
David Tasanasanta
David Tasanasanta - avatar